Merge pull request #12314 from HabitRPG/hotfix/groups-checklist-toggle

Groups: always show checklist-toggle
This commit is contained in:
Tressley Cahill
2020-06-25 10:01:15 -04:00
committed by GitHub
2 changed files with 17 additions and 4 deletions

View File

@@ -169,7 +169,6 @@
>
<div class="d-inline-flex">
<div
v-if="isUser"
v-b-tooltip.hover.right="$t(`${task.collapseChecklist
? 'expand': 'collapse'}Checklist`)"
class="collapse-checklist d-flex align-items-center expand-toggle"