NostrExtensionIndicator: close either modal on click

This commit is contained in:
Alex Gleason 2024-03-16 16:25:26 -05:00
parent 463f260b2e
commit 10a12905ff
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const NostrExtensionIndicator: React.FC = () => {
const onClick = () => { const onClick = () => {
dispatch(nostrExtensionLogIn()); dispatch(nostrExtensionLogIn());
dispatch(closeModal('NOSTR_SIGNUP')); dispatch(closeModal());
}; };
return ( return (