전략알림 수정
This commit is contained in:
@@ -1719,6 +1719,11 @@ function App() {
|
||||
{menuPage === 'notifications' && (
|
||||
<TradeNotificationListPage
|
||||
theme={theme}
|
||||
tickers={marketTickers}
|
||||
defaultMarket={symbol}
|
||||
paperTradingEnabled={paperTradingEnabled}
|
||||
paperAutoTradeEnabled={paperAutoTradeEnabled}
|
||||
onPaperOrderFilled={handlePaperOrderFilled}
|
||||
onGoToChart={market => {
|
||||
goToMarketChart(market);
|
||||
setMenuPage('chart');
|
||||
|
||||
Reference in New Issue
Block a user