replace ` with '

This commit is contained in:
Samuel Newman
2025-08-29 09:47:28 +01:00
parent b6822ec93b
commit 18f77670a9
@@ -72,7 +72,7 @@ function Inner({
const onPressConfirmDelete = async () => { const onPressConfirmDelete = async () => {
if (!currentAccount?.did) { if (!currentAccount?.did) {
throw new Error(`DeleteAccount modal: currentAccount.did is undefined`) throw new Error('DeleteAccount modal: currentAccount.did is undefined')
} }
if (!confirmCode) { if (!confirmCode) {