mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
Show task alias advanced option for Rewards (#8705)
This commit is contained in:
parent
9e1f7f3811
commit
2de794c32b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
div(ng-if='(task.type !== "reward") || (!obj.auth && obj.purchased && obj.purchased.active)')
|
||||
div(ng-if='(task.type !== "reward") || task.userId || (!obj.auth && obj.purchased && obj.purchased.active)')
|
||||
button.advanced-options-toggle.option-title.mega(type='button',
|
||||
ng-class='{active: task._edit._advanced}',
|
||||
ng-click='task._edit._advanced = !task._edit._advanced', tooltip=env.t('expandCollapse'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue