Skip to content

Commit

Permalink
fix: reload npub when account has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
reneaaron committed Oct 16, 2024
1 parent 92b5255 commit cdc6f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/screens/Home/DefaultView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const DefaultView: FC<Props> = (props) => {
if (e instanceof Error) toast.error(`Error: ${e.message}`);
}
})();
}, []);
}, [account]);

const unblock = async () => {
try {
Expand Down

0 comments on commit cdc6f4b

Please sign in to comment.