This commit is contained in:
parent
7d14b95ce3
commit
750d6a31eb
@ -133,6 +133,16 @@ export const WithdrawForm = ({
|
||||
label={t('To (Ethereum address)')}
|
||||
labelFor="ethereum-address"
|
||||
>
|
||||
{address && (
|
||||
<UseButton
|
||||
onClick={() => {
|
||||
setValue('to', address);
|
||||
clearErrors('to');
|
||||
}}
|
||||
>
|
||||
{t('Use connected')}
|
||||
</UseButton>
|
||||
)}
|
||||
<Input
|
||||
id="ethereum-address"
|
||||
data-testid="eth-address-input"
|
||||
|
Loading…
Reference in New Issue
Block a user