change name and add link to source
This commit is contained in:
parent
581c3626af
commit
da88a2c0ef
7 changed files with 24 additions and 41 deletions
|
|
@ -4,7 +4,6 @@ const NostrConnect = ({ setConnectedPubkey }) => {
|
|||
const [pubkey, setPubkey] = useState(null);
|
||||
const [loading, setLoading] = useState(false);
|
||||
|
||||
// Check if already connected
|
||||
useEffect(() => {
|
||||
if (window.nostr?.getPublicKey) {
|
||||
window.nostr.getPublicKey()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue