mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-04-26 03:40:37 -05:00
fix(client): Prevent restore streak from showing up in challenge creation
This commit is contained in:
@@ -54,7 +54,7 @@ div(ng-if='::task.type!="reward"')
|
||||
ng-click='!canEdit(task) || (task.priority=2)')
|
||||
=env.t('hard')
|
||||
|
||||
span(ng-if='task.type=="daily"')
|
||||
span(ng-if='task.type=="daily" && !$state.includes("options.social.challenges")')
|
||||
legend.option-title.pull-left=env.t('restoreStreak')
|
||||
input.option-content(type='number', ng-model='task.streak')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user