Fix member courses view

This commit is contained in:
philipp lang 2025-05-13 21:27:50 +02:00
parent 25cf073fc7
commit 64511479ef
1 changed files with 7 additions and 5 deletions

View File

@ -18,11 +18,13 @@
<div v-else class="grow">
<table class="custom-table custom-table-light custom-table-sm text-sm grow">
<thead>
<th>Baustein</th>
<th>Veranstaltung</th>
<th>Veranstalter</th>
<th>Datum</th>
<th></th>
<tr>
<th>Baustein</th>
<th>Veranstaltung</th>
<th>Veranstalter</th>
<th>Datum</th>
<th></th>
</tr>
</thead>
<tr v-for="(course, index) in data" :key="index">