fix: close self-closing q-badge tag in status column
Some checks failed
lint.yml / fix: close self-closing q-badge tag in status column (pull_request) Failing after 0s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Padreug 2026-04-27 11:11:13 +02:00
commit d740cb1f97

View file

@ -132,7 +132,7 @@
v-if="col.name === 'status'" v-if="col.name === 'status'"
:color="col.value === 'approved' ? 'green' : col.value === 'proposed' ? 'orange' : 'red'" :color="col.value === 'approved' ? 'green' : col.value === 'proposed' ? 'orange' : 'red'"
:label="col.value" :label="col.value"
/> ></q-badge>
<span v-else v-text="col.value"></span> <span v-else v-text="col.value"></span>
</q-td> </q-td>
<q-td auto-width> <q-td auto-width>