mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 17:19:42 +00:00
small performance fix
This commit is contained in:
parent
13856ce1ce
commit
7d5da13f6d
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
|||
include ./task
|
||||
|
||||
// Static Rewards
|
||||
ul.items(ng-show='main && list.type=="reward" && user.flags.itemsEnabled')
|
||||
ul.items(ng-if='main && list.type=="reward" && user.flags.itemsEnabled')
|
||||
li.task.reward-item(ng-hide='item.hide', ng-repeat='item in itemStore')
|
||||
// right-hand side control buttons
|
||||
.task-meta-controls
|
||||
|
|
|
|||
Loading…
Reference in a new issue