diff --git a/views/app/tasks.html b/views/app/tasks.html index de9fe50106..08e2229c41 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -272,7 +272,8 @@ - {#if and(equal(:task.type, 'habit'),not(taskInChallenge(:task)))} + {#if equal(:task.type, 'habit')} + {#unless taskInChallenge(:task)}
Direction/Actions @@ -284,6 +285,7 @@
+ {/} {else if equal(:task.type, 'daily')}