diff --git a/libs/deal-ticket/src/components/deal-ticket/deal-ticket.tsx b/libs/deal-ticket/src/components/deal-ticket/deal-ticket.tsx index 9f14f3ca7..18e60973b 100644 --- a/libs/deal-ticket/src/components/deal-ticket/deal-ticket.tsx +++ b/libs/deal-ticket/src/components/deal-ticket/deal-ticket.tsx @@ -38,8 +38,6 @@ import { OrderTimeInForce, OrderType } from '@vegaprotocol/types'; import { useOrderForm } from '../../hooks/use-order-form'; import type { OrderObj } from '@vegaprotocol/orders'; -export type TransactionStatus = 'default' | 'pending'; - export interface DealTicketProps { market: Market; marketData: MarketData;