mirror of
https://github.com/zhigang1992/xverse-web-extension.git
synced 2026-01-12 09:43:44 +08:00
fix: setting recipient address
This commit is contained in:
@@ -96,6 +96,7 @@ function Step1SelectRecipient({
|
||||
const newValue = e.target.value;
|
||||
setRecipient(newValue);
|
||||
setInputFeedback(undefined);
|
||||
setRecipientAddress(newValue);
|
||||
};
|
||||
|
||||
const handleMemoChange = (e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
|
||||
Reference in New Issue
Block a user