add new line

This commit is contained in:
Abhinav 2022-09-06 10:33:11 +05:30
parent 520ec6b1e0
commit f611ff2a6a

View file

@ -48,6 +48,7 @@ const DeleteAccountModal = ({ open, onClose }: Iprops) => {
close: { variant: 'danger' },
content: constants.UNKNOWN_ERROR,
});
const initiateDelete = async () => {
try {
const deleteChallengeResponse = await getAccountDeleteChallenge();