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"> <div v-else class="grow">
<table class="custom-table custom-table-light custom-table-sm text-sm grow"> <table class="custom-table custom-table-light custom-table-sm text-sm grow">
<thead> <thead>
<th>Baustein</th> <tr>
<th>Veranstaltung</th> <th>Baustein</th>
<th>Veranstalter</th> <th>Veranstaltung</th>
<th>Datum</th> <th>Veranstalter</th>
<th></th> <th>Datum</th>
<th></th>
</tr>
</thead> </thead>
<tr v-for="(course, index) in data" :key="index"> <tr v-for="(course, index) in data" :key="index">