From ebb5bd3f71fe5f88e533512d7af973a4b4a4a02f Mon Sep 17 00:00:00 2001 From: madalinaraicu Date: Fri, 8 Jul 2022 19:10:40 +0300 Subject: [PATCH] fix: #657 fix deal ticket steps test --- .../src/app/components/deal-ticket/deal-ticket-steps.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/simple-trading-app/src/app/components/deal-ticket/deal-ticket-steps.tsx b/apps/simple-trading-app/src/app/components/deal-ticket/deal-ticket-steps.tsx index 7a00b91dd..eb5f8c1fa 100644 --- a/apps/simple-trading-app/src/app/components/deal-ticket/deal-ticket-steps.tsx +++ b/apps/simple-trading-app/src/app/components/deal-ticket/deal-ticket-steps.tsx @@ -15,8 +15,8 @@ import { DealTicketAmount, } from '@vegaprotocol/deal-ticket'; import { - OrderTimeInForce, - OrderType, + VegaWalletOrderTimeInForce as OrderTimeInForce, + VegaWalletOrderType as OrderType, VegaTxStatus, } from '@vegaprotocol/wallet'; import { t, addDecimal, toDecimal } from '@vegaprotocol/react-helpers';