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({