From 3694393c434d0648be5c77086204ee001febf488 Mon Sep 17 00:00:00 2001 From: hyowons Date: Tue, 16 Jun 2026 09:34:38 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EB=B3=B4=EC=9C=A0=20=EB=B0=B0?= =?UTF-8?q?=EC=A7=80=20'=EB=B3=B4=EC=9C=A0=20xx=EC=A3=BC'=20=E2=86=92=20'?= =?UTF-8?q?=EB=B3=B4=EC=9C=A0xx'=20(=EA=B3=B5=EB=B0=B1=C2=B7=EC=A3=BC=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- agents/stock/workspace/scripts/behive_web.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agents/stock/workspace/scripts/behive_web.py b/agents/stock/workspace/scripts/behive_web.py index 6c81c7b..9119788 100644 --- a/agents/stock/workspace/scripts/behive_web.py +++ b/agents/stock/workspace/scripts/behive_web.py @@ -1907,7 +1907,7 @@ def _render_row(c: dict, source: str = 'watchlist') -> str: if mode == 'held': qty = c.get('held_qty', 0) - status_cell = f'보유 {qty:,}주' + status_cell = f'보유{qty:,}' accounts = c.get('held_accounts') or [] avg = c.get('held_avg_price', 0) held_row = ( @@ -2767,7 +2767,7 @@ def _render_holding_row(r: dict, total_value: int, show_day_change: bool = False
{_buy_rank_badge(buy_amount)}{stock}{acct_label}
-
보유 {qty:,}주{_pending_badges_html(r)}{weight:.2f}%{star}
+
보유{qty:,}{_pending_badges_html(r)}{weight:.2f}%{star}
{summary_journal_html}