diff --git a/src/features/ui/components/modals/nostr-signup-modal/steps/key-step.tsx b/src/features/ui/components/modals/nostr-signup-modal/steps/key-step.tsx index fdb783bad..a95287f0d 100644 --- a/src/features/ui/components/modals/nostr-signup-modal/steps/key-step.tsx +++ b/src/features/ui/components/modals/nostr-signup-modal/steps/key-step.tsx @@ -18,8 +18,8 @@ const KeyStep: React.FC = ({ setStep, onClose }) => { const dispatch = useAppDispatch(); const onAltClick = () => { - dispatch(openModal('NOSTR_LOGIN')); onClose(); + dispatch(openModal('NOSTR_LOGIN')); }; return (