From 141bc984e60ad3c2ff94f25966923ca0301eecaf Mon Sep 17 00:00:00 2001 From: plebeius Date: Fri, 12 Dec 2025 12:39:30 +0100 Subject: [PATCH] fix eslint --- .../crypto-wallets-setting/crypto-wallets-setting.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/settings-modal/crypto-wallets-setting/crypto-wallets-setting.tsx b/src/components/settings-modal/crypto-wallets-setting/crypto-wallets-setting.tsx index 3fa2a48f..9de08b42 100644 --- a/src/components/settings-modal/crypto-wallets-setting/crypto-wallets-setting.tsx +++ b/src/components/settings-modal/crypto-wallets-setting/crypto-wallets-setting.tsx @@ -124,8 +124,8 @@ const CryptoWalletsForm = ({ account }: { account: Account | undefined }) => { copyMessageToSign(walletsArray[selectedWallet], selectedWallet)} />, + // eslint-disable-next-line 2: , }} values={{ copy: hasCopied ? t('copied') : t('copy') }}