fix eslint

This commit is contained in:
plebeius
2025-12-12 12:39:30 +01:00
parent 078de21839
commit 141bc984e6
@@ -124,8 +124,8 @@ const CryptoWalletsForm = ({ account }: { account: Account | undefined }) => {
<Trans
i18nKey='copy_message_etherscan'
components={{
// eslint-disable-next-line
1: <button key='copy-message-button' onClick={() => copyMessageToSign(walletsArray[selectedWallet], selectedWallet)} />,
// eslint-disable-next-line
2: <a key='etherscan-link' href='https://etherscan.io/verifiedSignatures' target='_blank' rel='noopener noreferrer' />,
}}
values={{ copy: hasCopied ? t('copied') : t('copy') }}