Skip to content

Commit

Permalink
fix(feed): closing TipModal shows an error (#1291)
Browse files Browse the repository at this point in the history
  • Loading branch information
WaDadidou authored Oct 3, 2024
1 parent b4f3037 commit 4025143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/socialFeed/SocialActions/TipModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export const TipModal: React.FC<{
return (
<ModalBase
visible={isVisible}
onClose={onClose}
onClose={() => onClose()}
width={400}
label={`Your wallet has ${prettyPrice(
selectedNetworkInfo?.id,
Expand Down

0 comments on commit 4025143

Please sign in to comment.