fix: setting recipient address

This commit is contained in:
Abdul Haseeb
2024-04-15 11:50:23 +05:00
parent 51ec5115fa
commit 2b6e22f8fd

View File

@@ -96,6 +96,7 @@ function Step1SelectRecipient({
const newValue = e.target.value;
setRecipient(newValue);
setInputFeedback(undefined);
setRecipientAddress(newValue);
};
const handleMemoChange = (e: React.ChangeEvent<HTMLInputElement>) => {