fix(trading): add depth chart on mobile view (#5811)

This commit is contained in:
Matthew Russell 2024-02-16 16:34:01 -05:00 committed by GitHub
parent 1f08e8225a
commit a2a04c57d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,6 +75,7 @@ export const TradePanels = ({ market, pinnedAsset }: TradePanelsProps) => {
{[ {[
'chart', 'chart',
'orderbook', 'orderbook',
'depth',
'trades', 'trades',
'liquidity', 'liquidity',
'fundingPayments', 'fundingPayments',