From 2840ad7df62a8a2ebef53353fc59748b605f0a6e Mon Sep 17 00:00:00 2001 From: gahusb Date: Wed, 15 Apr 2026 02:17:32 +0900 Subject: [PATCH] =?UTF-8?q?feat(stock):=20=EC=A6=9D=EA=B6=8C=EC=82=AC?= =?UTF-8?q?=EB=B3=84=20=EB=B3=B4=EC=9C=A0=20=ED=98=84=ED=99=A9=EC=97=90=20?= =?UTF-8?q?=EC=B4=9D=20=EB=A7=A4=EC=9E=85=20=EA=B8=88=EC=95=A1=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=ED=91=9C=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 종목수 · 총 매입 · 평가 · 손익 · 예수금 순으로 노출. Co-Authored-By: Claude Opus 4.6 --- src/pages/stock/components/PortfolioTab.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/stock/components/PortfolioTab.jsx b/src/pages/stock/components/PortfolioTab.jsx index 27ff895..b1692b4 100644 --- a/src/pages/stock/components/PortfolioTab.jsx +++ b/src/pages/stock/components/PortfolioTab.jsx @@ -399,7 +399,8 @@ const PortfolioTab = ({ pf, asset, handleSell, handleSaveSnapshot }) => (

{broker} 보유 현황

- {items.length}종목 · 평가{' '} + {items.length}종목 · 총 매입{' '} + {formatNumber(bSummary.totalBuy)} · 평가{' '} {formatNumber(bSummary.totalEval)} · 손익{' '} {formatNumber(bSummary.totalProfit)} (