Skip to content

Commit 732812f

Browse files
Merge pull request #886 from synonymdev/fix-share-button
fix(wallet): Fix Receive Share Button
2 parents 1214fd6 + 8d712c9 commit 732812f

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)