From e20580568da8b0fbe40c3df395c66f7083b1165d Mon Sep 17 00:00:00 2001 From: Alissa Crane Date: Tue, 27 Aug 2024 13:43:16 -0700 Subject: [PATCH] remove unused code --- src/swap/utils/getSwapMessage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/swap/utils/getSwapMessage.ts b/src/swap/utils/getSwapMessage.ts index 41627a1647..55b75e59ba 100644 --- a/src/swap/utils/getSwapMessage.ts +++ b/src/swap/utils/getSwapMessage.ts @@ -4,7 +4,6 @@ import { getErrorMessage } from './getErrorMessage'; export enum SwapMessage { BALANCE_ERROR = 'Error fetching token balance', CONFIRM_IN_WALLET = 'Confirm in wallet', - CONNECT_WALLET = 'Connect your wallet to continue', FETCHING_QUOTE = 'Fetching quote...', FETCHING_BALANCE = 'Fetching balance...', INCOMPLETE_FIELD = 'Complete the fields to continue',