mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-31 23:11:15 +00: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:
parent
0fd0a29a4d
commit
4f084d330d
1 changed files with 1 additions and 1 deletions
|
|
@ -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()"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue