fix: lint

This commit is contained in:
kolaente 2024-10-30 15:45:37 +01:00
parent e766b63d99
commit 32bdef841f
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@
<template v-else>
{{ task.identifier }}
</template>
<span class="tw-text-red-600 tw-pl-2" v-if="showTaskPosition">
<span
v-if="showTaskPosition"
class="tw-text-red-600 tw-pl-2"
>
{{ task.position }}
</span>
</div>