NostrExtensionIndicator: close either modal on click
This commit is contained in:
parent
463f260b2e
commit
10a12905ff
|
@ -12,7 +12,7 @@ const NostrExtensionIndicator: React.FC = () => {
|
|||
|
||||
const onClick = () => {
|
||||
dispatch(nostrExtensionLogIn());
|
||||
dispatch(closeModal('NOSTR_SIGNUP'));
|
||||
dispatch(closeModal());
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue