Skip to content

Commit

Permalink
patcch user not having a pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
gudnuf committed Aug 6, 2024
1 parent c6a6f0c commit 1241ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/wallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export default function Home({ isMobile }: { isMobile: boolean }) {

useNwc({ privkey: user.privkey, pubkey: user.pubkey });

if (!user.pubkey) return null;
// if (!user.pubkey) return null;

return (
<>
Expand Down

0 comments on commit 1241ebc

Please sign in to comment.