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 = () => {
|
const onClick = () => {
|
||||||
dispatch(nostrExtensionLogIn());
|
dispatch(nostrExtensionLogIn());
|
||||||
dispatch(closeModal('NOSTR_SIGNUP'));
|
dispatch(closeModal());
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue