From a985bb48762b598a25ced13583d23e9cb4765a4c Mon Sep 17 00:00:00 2001 From: maciek Date: Sun, 18 Jun 2023 22:29:02 +0200 Subject: [PATCH] chore: use generated types from vega protos - fix after conflicts resolving --- libs/deal-ticket/src/hooks/use-estimate-fees.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/deal-ticket/src/hooks/use-estimate-fees.tsx b/libs/deal-ticket/src/hooks/use-estimate-fees.tsx index ae8b350ae..0a539971a 100644 --- a/libs/deal-ticket/src/hooks/use-estimate-fees.tsx +++ b/libs/deal-ticket/src/hooks/use-estimate-fees.tsx @@ -3,9 +3,7 @@ import type { DealTicketOrderSubmission } from '@vegaprotocol/wallet'; import { useEstimateFeesQuery } from './__generated__/EstimateOrder'; -export const useEstimateFees = ( - order?: DealTicketOrderSubmission -) => { +export const useEstimateFees = (order?: DealTicketOrderSubmission) => { const { pubKey } = useVegaWallet(); const { data } = useEstimateFeesQuery({