주식 잔고, 주문 창 업그레이드
- 잔고, 주문 창 분리 - full-width 섹션으로 쌓게 변경
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import React, { useEffect, useMemo, useState } from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import {
|
||||
getStockHealth,
|
||||
getStockIndices,
|
||||
@@ -157,6 +158,9 @@ const Stock = () => {
|
||||
>
|
||||
뉴스 새로고침
|
||||
</button>
|
||||
<Link className="button ghost" to="/stock/trade">
|
||||
잔고/주문 화면
|
||||
</Link>
|
||||
<button
|
||||
className="button ghost"
|
||||
onClick={onScrap}
|
||||
|
||||
Reference in New Issue
Block a user