fix(task): don't show the list color on the task when only viewing the list (#2975)
continuous-integration/drone/push Build is passing Details

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: #2975
This commit is contained in:
konrad 2023-01-18 21:12:59 +00:00
parent 0414352b02
commit 8ff1b3006b
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
/> />
<ColorBubble <ColorBubble
v-if="showListColor && listColor !== ''" v-if="showListColor && listColor !== '' && currentList.id !== task.listId"
:color="listColor" :color="listColor"
class="mr-1" class="mr-1"
/> />