chore: rename candles tab to chart (#2558)
This commit is contained in:
parent
0fd1739ce5
commit
d98ce18f9e
@ -83,7 +83,7 @@ const MainGrid = ({
|
|||||||
>
|
>
|
||||||
<TradeGridChild>
|
<TradeGridChild>
|
||||||
<Tabs>
|
<Tabs>
|
||||||
<Tab id="candles" name={t('Candles')}>
|
<Tab id="chart" name={t('Chart')}>
|
||||||
<TradingViews.Candles marketId={marketId} />
|
<TradingViews.Candles marketId={marketId} />
|
||||||
</Tab>
|
</Tab>
|
||||||
<Tab id="depth" name={t('Depth')}>
|
<Tab id="depth" name={t('Depth')}>
|
||||||
|
Loading…
Reference in New Issue
Block a user