매매 시그널 알림 수정

This commit is contained in:
Macbook
2026-05-29 00:58:10 +09:00
parent e43b5cbd5a
commit e1ad1d626e
5 changed files with 94 additions and 62 deletions
@@ -80,7 +80,7 @@ const TradeNotificationSignalSummary: React.FC<Props> = ({
headVariant={embedded ? 'inline-quote' : 'default'}
theme={theme}
ticker={ticker}
chartLiveReceiveHighlight
chartLiveReceiveHighlight={!embedded}
readOnlyStrategyLabel={strategyLabel}
/>
);