eslint fix

This commit is contained in:
Mikhail Mikheev 2019-10-04 12:23:15 +04:00
parent fec212f2d6
commit 673cbaadf9
1 changed files with 0 additions and 1 deletions

View File

@ -118,7 +118,6 @@ const UserDetails = ({
</Paragraph>
{userAddress && (
<>
{' '}
<CopyBtn content={userAddress} />
<EtherscanBtn type="address" value={userAddress} />
</>