Skip to content

Commit 8d712c9

Browse files
committed
fix(wallet): Fix Receive Share Button
Fixes the receive share button so that it is no longer disabled when navigating back to it.
1 parent 1214fd6 commit 8d712c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/Wallets/Receive/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const Receive = ({
289289
} catch (error) {
290290
console.log(error);
291291
} finally {
292-
setIsSharing(true);
292+
setIsSharing(false);
293293
}
294294
},
295295
[],

0 commit comments

Comments
 (0)