diff --git a/libs/market-depth/src/lib/orderbook.tsx b/libs/market-depth/src/lib/orderbook.tsx index 96363c005..56ac91fd3 100644 --- a/libs/market-depth/src/lib/orderbook.tsx +++ b/libs/market-depth/src/lib/orderbook.tsx @@ -22,7 +22,7 @@ import { import * as Schema from '@vegaprotocol/types'; import { OrderbookRow } from './orderbook-row'; import { createRow, getPriceLevel } from './orderbook-data'; -import { Icon, Splash } from '@vegaprotocol/ui-toolkit'; +import { Checkbox, Icon, Splash } from '@vegaprotocol/ui-toolkit'; import type { OrderbookData, OrderbookRowData } from './orderbook-data'; interface OrderbookProps extends OrderbookData { @@ -635,19 +635,18 @@ export const Orderbook = ({
- + setFillGaps((curr) => !curr)} + label={ + {t('Show prices with no orders')} + } + />