frontend 성능 개선

This commit is contained in:
Macbook
2026-06-08 15:25:44 +09:00
parent a84a11e21c
commit 011059f5ed
14 changed files with 258 additions and 37 deletions
@@ -466,7 +466,7 @@ export const TradeNotificationListPage: React.FC<Props> = ({
onTrade={() => handleTradeFromAlert(item)}
onReport={() => void handleReportFromAlert(item)}
reportLoading={reportLoadingId === item.id}
tickers={tickers}
ticker={tickers?.get(normalizeMarketCode(item.market)) ?? tickers?.get(item.market)}
/>
), [
theme,