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

This commit is contained in:
kolaente 2023-01-18 17:10:19 +01:00
parent 2a2c27af92
commit 7db4fa3862
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
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"
/>