mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix eslint
This commit is contained in:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user