mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix(lint): automatically fix lint warnings
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
v-if="message"
|
||||
class="claim-top-message d-flex align-content-center"
|
||||
:class="{ 'approval-action': userIsAdmin || task.group.approval.approved,
|
||||
'approval-pending': !userIsAdmin && !task.group.approval.approved }"
|
||||
'approval-pending': !userIsAdmin && !task.group.approval.approved }"
|
||||
>
|
||||
<div
|
||||
class="m-auto"
|
||||
|
||||
Reference in New Issue
Block a user