diff --git a/apps/trading/client-pages/market/trade-grid.tsx b/apps/trading/client-pages/market/trade-grid.tsx index a54e5d42a..086c67453 100644 --- a/apps/trading/client-pages/market/trade-grid.tsx +++ b/apps/trading/client-pages/market/trade-grid.tsx @@ -28,6 +28,7 @@ import { TradingViews } from './trade-views'; import { MarketSelector } from './market-selector'; import { HeaderStats } from './header-stats'; import { MarketSuccessorBanner } from '../../components/market-banner'; +import { FLAGS } from '@vegaprotocol/environment'; interface TradeGridProps { market: Market | null;