We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec68802 commit d8e92aeCopy full SHA for d8e92ae
1 file changed
src/features/my/components/MyTrade/DeleteAccountButton.tsx
@@ -17,6 +17,7 @@ const DeleteAccountButton = () => {
17
openToast({ message: '회원탈퇴 완료!' });
18
},
19
});
20
+ setShowDeleteAlert(false);
21
};
22
23
return (
0 commit comments