diff --git a/libs/withdraws/src/lib/withdraw-form.tsx b/libs/withdraws/src/lib/withdraw-form.tsx index 579800960..1ad33befc 100644 --- a/libs/withdraws/src/lib/withdraw-form.tsx +++ b/libs/withdraws/src/lib/withdraw-form.tsx @@ -133,6 +133,16 @@ export const WithdrawForm = ({ label={t('To (Ethereum address)')} labelFor="ethereum-address" > + {address && ( + { + setValue('to', address); + clearErrors('to'); + }} + > + {t('Use connected')} + + )}