가상매매 수정
This commit is contained in:
@@ -199,16 +199,6 @@ export const VirtualViewHeaderControls: React.FC<ViewProps> = ({
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
{viewMode === 'detail' && (
|
||||
<>
|
||||
<span className="vtd-grid-head-divider" aria-hidden="true" />
|
||||
<div className="vtd-grid-head-legend">
|
||||
<span className="vtd-legend vtd-legend--match">● 충족</span>
|
||||
<span className="vtd-legend vtd-legend--pending">● 대기</span>
|
||||
<span className="vtd-legend vtd-legend--nomatch">● 미충족</span>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
{session.running && (
|
||||
<>
|
||||
<span className="vtd-grid-head-divider" aria-hidden="true" />
|
||||
|
||||
Reference in New Issue
Block a user