fix button

This commit is contained in:
ThatOneCalculator 2023-05-10 14:15:19 -07:00
parent 97aedcb564
commit 850b3a2c6d
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 6 additions and 6 deletions

View File

@ -210,6 +210,12 @@
><i class="ph-key ph-bold ph-lg"></i>
{{ i18n.ts.resetPassword }}</FormButton
>
<FormButton
v-if="user.host == null && iAmModerator"
inline
@click="sendModMail"
>{{ i18n.ts.sendModMail }}</FormButton
>
<FormButton
v-if="$i.isAdmin"
inline
@ -218,12 +224,6 @@
>{{ i18n.ts.deleteAccount }}</FormButton
>
</div>
<MkButton
v-if="user.host == null && iAmModerator"
inline
@click="sendModMail"
>{{ i18n.ts.sendModMail }}</MkButton
>
<FormTextarea
v-model="moderationNote"
manual-save