가상투자 로직 변경
This commit is contained in:
@@ -117,9 +117,8 @@ const PaperTradingPage: React.FC<Props> = ({
|
||||
} finally {
|
||||
setInitialLoading(false);
|
||||
}
|
||||
onPaperOrderFilled?.();
|
||||
if (opts?.focusHistory) setRightTab('history');
|
||||
}, [onPaperOrderFilled]);
|
||||
}, []);
|
||||
|
||||
useEffect(() => {
|
||||
void Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user