mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Hid mounts area in stats until dropx enabled
This commit is contained in:
parent
04a12542e5
commit
08d13660fb
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ table.table.table-striped(ng-show='user.flags.dropsEnabled')
|
|||
strong=env.t('beastProgress')
|
||||
| : {{profile.petCount}}/90
|
||||
// this works now //
|
||||
h4(class=mobile?'item item-divider':'')=env.t('mounts')
|
||||
h4(class=mobile?'item item-divider':'', ng-if='user.flags.dropsEnabled')=env.t('mounts')
|
||||
table.table.table-striped(ng-show='user.flags.dropsEnabled')
|
||||
tr
|
||||
td
|
||||
|
|
|
|||
Loading…
Reference in a new issue