show Reset Flag Count button to moderators regardless of post's flag status

This allows a moderator to flag a post then immediately unflag it,
without needing to re-fetch messages in between.
This commit is contained in:
Alys
2019-12-28 15:50:26 +10:00
parent 0fd0a29a4d
commit 4f084d330d

View File

@@ -23,7 +23,7 @@
</div>
<div class="footer text-center">
<button
v-if="user.contributor.admin && abuseObject.flagCount > 0"
v-if="user.contributor.admin"
class="pull-left btn btn-danger"
@click="clearFlagCount()"
>