chore: remove the whole labels component instead of hiding it
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kolaente 2021-10-31 22:04:45 +01:00
parent 2197a8ee11
commit f434a7090b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -30,7 +30,7 @@
{{ task.title }} {{ task.title }}
</span> </span>
<labels class="labels" :labels="task.labels" :class="{'ml-2 mr-1': task.labels.length > 0}"/> <labels class="labels ml-2 mr-1" :labels="task.labels" v-if="task.labels.length > 0"/>
<user <user
:avatar-size="27" :avatar-size="27"
:is-inline="true" :is-inline="true"