Skip to content

Commit 9c64186

Browse files
committed
[fix] 경로수정
1 parent a160b2a commit 9c64186

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/domains/mypage/components/DeleteAllModal.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ interface Props {
99
onClose: () => void;
1010
setIsModal: Dispatch<SetStateAction<boolean>>;
1111
type: 'myBar' | 'myAlarm';
12-
setIsModal: Dispatch<SetStateAction<boolean>>;
13-
type: 'myBar' | 'myAlarm';
1412
}
1513

1614
function DeleteAllModal({ open, onClose, setIsModal, type }: Props) {
@@ -42,8 +40,6 @@ function DeleteAllModal({ open, onClose, setIsModal, type }: Props) {
4240
onClose={onClose}
4341
onConfirm={type == 'myBar' ? handleBarDelete : handleAlarmDelete}
4442
onCancel={onClose}
45-
onConfirm={type == 'myBar' ? handleBarDelete : handleAlarmDelete}
46-
onCancel={onClose}
4743
></ConfirmModal>
4844
);
4945
}

0 commit comments

Comments
 (0)