diff --git a/apps/trading/pages/markets/trade-grid.tsx b/apps/trading/pages/markets/trade-grid.tsx index 2a856cba8..bef8d85d6 100644 --- a/apps/trading/pages/markets/trade-grid.tsx +++ b/apps/trading/pages/markets/trade-grid.tsx @@ -23,6 +23,7 @@ import { PriceCellChange, } from '@vegaprotocol/ui-toolkit'; import type { CandleClose } from '@vegaprotocol/types'; +import { AuctionTrigger } from '@vegaprotocol/types'; import { MarketTradingMode } from '@vegaprotocol/types'; import capitalize from 'lodash/capitalize'; import startCase from 'lodash/startCase'; @@ -102,7 +103,9 @@ export const TradeMarketHeader = ({