Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanjoshi914 committed Dec 5, 2024
1 parent 797cb7f commit 973e689
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 @@ -87,7 +87,7 @@ const DefaultView: FC<Props> = (props) => {
const userAccount = await api.getAccount();
const nostrPrivateKey = await api.nostr.getPrivateKey(userAccount.id);

setSeenSharedNodeBanner(userAccount.seenSharedNodeBanner); //SharedNodeBanner); //SharedNodeBanner);
setSeenSharedNodeBanner(userAccount.seenSharedNodeBanner);

setNostrPublicKey(
nostrPrivateKey ? await nostr.derivePublicKey(nostrPrivateKey) : ""
Expand Down

0 comments on commit 973e689

Please sign in to comment.