remove usage of template string as `ethBalance` is only of string type now

This commit is contained in:
fernandomg 2020-07-14 15:57:39 -03:00
parent d9e428c4ed
commit 92cb386cc7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ const EthValue = ({ onSetMax }: EthValueProps) => {
</Paragraph>
<ButtonLink
color={disabled ? 'disabled' : 'secondary'}
onClick={() => !disabled && onSetMax(`${ethBalance}`)}
onClick={() => !disabled && onSetMax(ethBalance)}
weight="bold"
>
Send max