From f9c360d59f09051bb1c03031cb3ba9a890c5965e Mon Sep 17 00:00:00 2001 From: Johann150 Date: Thu, 12 Jan 2023 20:09:24 +0100 Subject: [PATCH] client: remove duplicated check Since the enclosing block already checks for moderator, this check is unnecessary. --- packages/client/src/pages/user-info.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/pages/user-info.vue b/packages/client/src/pages/user-info.vue index 6196485be..cce7f2efa 100644 --- a/packages/client/src/pages/user-info.vue +++ b/packages/client/src/pages/user-info.vue @@ -36,7 +36,7 @@ {{ i18n.ts.suspend }} {{ i18n.ts.reflectMayTakeTime }}
- {{ i18n.ts.resetPassword }} + {{ i18n.ts.resetPassword }} {{ i18n.ts.deleteAllFiles }} {{ i18n.ts.deleteAccount }}