replace ` with '
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user