diff --git a/src/screens/Settings/components/DeleteAccountDialog.tsx b/src/screens/Settings/components/DeleteAccountDialog.tsx index 79dda7e547..a323d8d173 100644 --- a/src/screens/Settings/components/DeleteAccountDialog.tsx +++ b/src/screens/Settings/components/DeleteAccountDialog.tsx @@ -72,7 +72,7 @@ function Inner({ const onPressConfirmDelete = async () => { if (!currentAccount?.did) { - throw new Error(`DeleteAccount modal: currentAccount.did is undefined`) + throw new Error('DeleteAccount modal: currentAccount.did is undefined') } if (!confirmCode) {