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

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
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
{{ task.title }}
</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
:avatar-size="27"
:is-inline="true"