noteMathe corrected
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user