mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
Restore restore streaks functionality
This commit is contained in:
parent
701fa2455f
commit
099e0abeed
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ div(ng-if='::task.type!="reward"')
|
|||
ng-click='task.challenge.id || (task.priority=2)')
|
||||
=env.t('hard')
|
||||
|
||||
//span(ng-if='task.type=="daily" && !task.challenge.id')
|
||||
span(ng-if='task.type=="daily"')
|
||||
legend.option-title.pull-left=env.t('restoreStreak')
|
||||
input.option-content(type='number', ng-model='task.streak')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue