Skip to content

Commit

Permalink
Merge pull request #28 from junction-asia-2023/hotfix
Browse files Browse the repository at this point in the history
fix: del no use val
  • Loading branch information
anyl92 committed Aug 20, 2023
2 parents 69bf0a3 + 5b6fab7 commit 576eb3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/features/login/hooks/useLogin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useNavigate } from 'react-router-dom';

import { setItem } from '../../shared/utils/storage';
import { DummyUser, InputKey } from '../type';
import { DUMMY_USER, DUMMY_USERS } from '../constants';
import { DUMMY_USERS } from '../constants';
import { userAtom } from '../atom';
import { URL } from '../../shared/constants/url';

Expand Down
8 changes: 4 additions & 4 deletions src/features/shared/modal/Container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ const ModalContainer = () => {
resetModal();
setPreviewMood({ open: false });
};
const handleConfirmClick = () => {
onConfirm?.();
resetModal();
};
// const handleConfirmClick = () => {
// onConfirm?.();
// resetModal();
// };
return (
<div className="modal-container">
<div className="content">
Expand Down

0 comments on commit 576eb3d

Please sign in to comment.