diff --git a/apps/trading/components/market-header/mobile-market-header.tsx b/apps/trading/components/market-header/mobile-market-header.tsx index 2b4410cf7..3e2438882 100644 --- a/apps/trading/components/market-header/mobile-market-header.tsx +++ b/apps/trading/components/market-header/mobile-market-header.tsx @@ -36,7 +36,7 @@ export const MobileMarketHeader = () => { setOpenMarket(x); }} trigger={ -

+

{data ? data.tradableInstrument.instrument.code : t('Select market')} @@ -64,7 +64,7 @@ export const MobileMarketHeader = () => { setOpenPrice(x); }} trigger={ - + {data && ( <> @@ -73,27 +73,29 @@ export const MobileMarketHeader = () => { decimalPlaces={data.decimalPlaces} /> - + + + + )} - - - } > {data && ( -
+
)}