From 0049c9dc219d22c119f1fbf702d88dcbdc12da59 Mon Sep 17 00:00:00 2001 From: "m.ray" <16125548+MadalinaRaicu@users.noreply.github.com> Date: Tue, 4 Apr 2023 16:47:23 +0100 Subject: [PATCH] Update apps/trading/lib/hooks/use-vega-transaction-toasts.tsx --- apps/trading/lib/hooks/use-vega-transaction-toasts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trading/lib/hooks/use-vega-transaction-toasts.tsx b/apps/trading/lib/hooks/use-vega-transaction-toasts.tsx index 145005692..1ac1b1793 100644 --- a/apps/trading/lib/hooks/use-vega-transaction-toasts.tsx +++ b/apps/trading/lib/hooks/use-vega-transaction-toasts.tsx @@ -40,7 +40,7 @@ import { useAssetsDataProvider } from '@vegaprotocol/assets'; import { useEthWithdrawApprovalsStore } from '@vegaprotocol/web3'; import { DApp, EXPLORER_TX, useLinks } from '@vegaprotocol/environment'; import { - getOrderTitle as getOrderTitle, + getOrderTitle, getRejectionReason, useOrderByIdQuery, } from '@vegaprotocol/orders';