Fix Play Store complaining

This commit is contained in:
xmflsct 2022-11-05 01:31:34 +01:00
parent 9ec6f7331d
commit c75bf73a94
1 changed files with 6 additions and 0 deletions

View File

@ -174,6 +174,12 @@ const contextMenuAccount = ({
id: accountId,
payload: { property: 'reports' }
})
mutation.mutate({
type: 'updateAccountProperty',
queryKey,
id: accountId,
payload: { property: 'block', currentValue: false }
})
}
}
}