From 4264b1f3fae85c7557dd77d35cd2a5d8fc073820 Mon Sep 17 00:00:00 2001 From: maciek Date: Fri, 15 Sep 2023 12:00:19 +0200 Subject: [PATCH] chore: remember sidebar was closed on market page - small fixes --- .../vega-wallet-connect-button.spec.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/trading/components/vega-wallet-connect-button/vega-wallet-connect-button.spec.tsx b/apps/trading/components/vega-wallet-connect-button/vega-wallet-connect-button.spec.tsx index f95b14487..733d52de4 100644 --- a/apps/trading/components/vega-wallet-connect-button/vega-wallet-connect-button.spec.tsx +++ b/apps/trading/components/vega-wallet-connect-button/vega-wallet-connect-button.spec.tsx @@ -4,7 +4,6 @@ import type { VegaWalletContextShape } from '@vegaprotocol/wallet'; import { VegaWalletConnectButton } from './vega-wallet-connect-button'; import { truncateByChars } from '@vegaprotocol/utils'; import userEvent from '@testing-library/user-event'; -// import {useGetCurrentRouteId} from "../../lib/hooks/use-get-current-path-id"; const mockUpdateDialogOpen = jest.fn(); jest.mock('@vegaprotocol/wallet', () => ({