From 20cb83b792fb139877c9c77a2213c85530db233a Mon Sep 17 00:00:00 2001 From: zdl <3489966805@qq.com> Date: Thu, 30 Oct 2025 18:14:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20FeatureMenus=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E6=8C=89=E9=92=AE=E5=B5=8C=E5=A5=97=E8=AD=A6?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 React DOM 嵌套警告: + diff --git a/src/components/Navbars/components/FeatureMenus/WatchlistMenu.js b/src/components/Navbars/components/FeatureMenus/WatchlistMenu.js index c9072b64..d20fbb06 100644 --- a/src/components/Navbars/components/FeatureMenus/WatchlistMenu.js +++ b/src/components/Navbars/components/FeatureMenus/WatchlistMenu.js @@ -113,10 +113,15 @@ const WatchlistMenu = memo(() => { item.current_price.toFixed(2) : (item.current_price || '-')} - +