forked from vikunja/frontend
fix(task): don't show the list color on the task when only viewing the list (#2975)
Co-authored-by: kolaente <k@knt.li> Reviewed-on: vikunja/frontend#2975
This commit is contained in:
parent
0414352b02
commit
8ff1b3006b
@ -7,7 +7,7 @@
|
||||
/>
|
||||
|
||||
<ColorBubble
|
||||
v-if="showListColor && listColor !== ''"
|
||||
v-if="showListColor && listColor !== '' && currentList.id !== task.listId"
|
||||
:color="listColor"
|
||||
class="mr-1"
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user