mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-26 18:34:26 +01:00
fix Send screen is persisting state sometimes #45
This commit is contained in:
@@ -70,6 +70,7 @@ export default function Send() {
|
||||
onMount(() => {
|
||||
if (state.scan_result) {
|
||||
setDestination(state.scan_result);
|
||||
actions.setScanResult(undefined);
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user