frontend 성능 개선
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user