fix Send screen is persisting state sometimes #45

This commit is contained in:
Paul Miller
2023-04-27 12:10:08 -05:00
parent 3976b8063c
commit f68e5656c1

View File

@@ -70,6 +70,7 @@ export default function Send() {
onMount(() => {
if (state.scan_result) {
setDestination(state.scan_result);
actions.setScanResult(undefined);
}
})