mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
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:
@@ -23,7 +23,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="footer text-center">
|
<div class="footer text-center">
|
||||||
<button
|
<button
|
||||||
v-if="user.contributor.admin && abuseObject.flagCount > 0"
|
v-if="user.contributor.admin"
|
||||||
class="pull-left btn btn-danger"
|
class="pull-left btn btn-danger"
|
||||||
@click="clearFlagCount()"
|
@click="clearFlagCount()"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user