Skip to content

Commit d8e92ae

Browse files
committed
fix(mod): thx copilot-모달창 닫히게
1 parent ec68802 commit d8e92ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/features/my/components/MyTrade/DeleteAccountButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const DeleteAccountButton = () => {
1717
openToast({ message: '회원탈퇴 완료!' });
1818
},
1919
});
20+
setShowDeleteAlert(false);
2021
};
2122

2223
return (

0 commit comments

Comments
 (0)