mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
Prevent "Resting in the Inn" message when viewing challenges.
fixes #5559
This commit is contained in:
parent
7dc64f8448
commit
d6aef8ee24
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
|||
|
||||
include ./task_view/add_new
|
||||
|
||||
alert.alert-warning.dailiesRestingInInn(ng-if='::list.type == "daily" && user.preferences.sleep')
|
||||
alert.alert-warning.dailiesRestingInInn(ng-if='::list.type == "daily" && user.preferences.sleep &&!$state.includes("options.social.challenges")')
|
||||
i.glyphicon.glyphicon-warning-sign
|
||||
=env.t('dailiesRestingInInn')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue