noteMathe corrected

This commit is contained in:
titver968
2025-06-17 09:32:11 +02:00
parent 2c8ab5538b
commit 215fbb1786

View File

@@ -7,7 +7,7 @@
nachname: string;
email: string;
noteDeutsch?: string;
noteMthe?: string;
noteMathe?: string;
sozialverhalten?: string;
wunsch1?: { name: string };
wunsch2?: { name: string };
@@ -68,7 +68,7 @@
{a.wunsch2?.name}<br>
{a.wunsch3?.name}
</td>
<td class="p-2">{a.noteDeutsch || '—'}</td>
<td class="p-2">{a.noteDeutsch || '—'}</td>
<td class="p-2">{a.noteMathe || '—'}</td>
<td class="p-2">{a.sozialverhalten || '—'}</td>
<td class="p-2">{new Date(a.timestamp).toLocaleDateString()}</td>