From 6332887c3f72911e760bf463a168f9220a7457f5 Mon Sep 17 00:00:00 2001 From: Georgia Monahan Date: Wed, 18 Oct 2023 20:26:04 +0100 Subject: [PATCH] remove unused import for lint --- src/pages/settings/Wallet/PaymentMethodList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/settings/Wallet/PaymentMethodList.js b/src/pages/settings/Wallet/PaymentMethodList.js index 2377868d724d..cd50d9701373 100644 --- a/src/pages/settings/Wallet/PaymentMethodList.js +++ b/src/pages/settings/Wallet/PaymentMethodList.js @@ -28,7 +28,6 @@ import ROUTES from '../../../ROUTES'; import getBankIcon from '../../../components/Icon/BankIcons'; import assignedCardPropTypes from './assignedCardPropTypes'; import * as CardUtils from '../../../libs/CardUtils'; -import variables from '../../../styles/variables'; const propTypes = { /** What to do when a menu item is pressed */