fix(task): don't show the list color on the task when only viewing the list #2975

Merged
konrad merged 1 commits from fix/don't-show-list-color-in-task-on-that-list into main 2023-01-18 21:13:00 +00:00
1 changed files with 1 additions and 1 deletions

View File

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