From b2bb25152271c3b2c69835a7682328a532f449e4 Mon Sep 17 00:00:00 2001 From: Patrick van Zadel Date: Tue, 23 Jun 2020 11:36:49 +0200 Subject: [PATCH] Bugfix/show the correct negative icon in challenge habit (#12313) * Habits in the challenge view have incorrect and misaligned negative icon Change the check for the negative icon to something more suitable so the lock icon is shown when needed * Habits in the challenge view have incorrect and misaligned negative icon Removed the check for task.group.id Co-authored-by: Patrick van Zadel --- website/client/src/components/tasks/task.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/tasks/task.vue b/website/client/src/components/tasks/task.vue index 8583d3468a..a8bd71ef7d 100644 --- a/website/client/src/components/tasks/task.vue +++ b/website/client/src/components/tasks/task.vue @@ -317,7 +317,7 @@ @click="(isUser && task.down) ? score('down') : null" >