KeyStep: fix modals, sort of
This commit is contained in:
parent
1417d46af5
commit
ab0f9b0a43
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@ const KeyStep: React.FC<IKeyStep> = ({ setStep, onClose }) => {
|
|||
const dispatch = useAppDispatch();
|
||||
|
||||
const onAltClick = () => {
|
||||
dispatch(openModal('NOSTR_LOGIN'));
|
||||
onClose();
|
||||
dispatch(openModal('NOSTR_LOGIN'));
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue