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

View File

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