모의투자 화면수정
This commit is contained in:
@@ -268,9 +268,6 @@ const TradeOrderPanel: React.FC<TradeOrderPanelProps> = ({
|
||||
return (
|
||||
<div className={`top-panel top-panel--upbit top-panel--${side}`}>
|
||||
<div className="top-panel-fields">
|
||||
{paperTradingEnabled && !paperAutoTradeEnabled && showSymbolField && (
|
||||
<p className="top-paper-hint">자동매매 OFF · 수동 주문만 모의 계좌에 체결됩니다.</p>
|
||||
)}
|
||||
{showSymbolField && (
|
||||
<div className="top-field">
|
||||
<label className="top-label">종목</label>
|
||||
|
||||
Reference in New Issue
Block a user