mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-08 07:01:04 +00:00
fix invalid icon name in xrp send form
This commit is contained in:
parent
747a02b7a6
commit
6a673d3d00
@ -394,7 +394,7 @@ const AccountSend = (props: Props) => {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{setMax && (
|
{setMax && (
|
||||||
<StyledIcon icon={ICONS.CHECKED} size={14} color={colors.WHITE} />
|
<StyledIcon icon={ICONS.SUCCESS} size={14} color={colors.WHITE} />
|
||||||
)}
|
)}
|
||||||
<FormattedMessage {...l10nSendMessages.TR_SET_MAX} />
|
<FormattedMessage {...l10nSendMessages.TR_SET_MAX} />
|
||||||
</SetMaxAmountButton>,
|
</SetMaxAmountButton>,
|
||||||
|
Loading…
Reference in New Issue
Block a user