fix: close remaining self-closing q-btn tags in pending approvals
Some checks failed
lint.yml / fix: close remaining self-closing q-btn tags in pending approvals (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:09:39 +02:00
commit 3425097a5c

View file

@ -45,7 +45,7 @@
label="Approve"
size="sm"
@click="approveEvent(event.id)"
/>
></q-btn>
<q-btn
dense
outline
@ -54,7 +54,7 @@
label="Reject"
size="sm"
@click="rejectEvent(event.id)"
/>
></q-btn>
</div>
</q-item-section>
</q-item>