noteMathe corrected
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
nachname: string;
|
nachname: string;
|
||||||
email: string;
|
email: string;
|
||||||
noteDeutsch?: string;
|
noteDeutsch?: string;
|
||||||
noteMthe?: string;
|
noteMathe?: string;
|
||||||
sozialverhalten?: string;
|
sozialverhalten?: string;
|
||||||
wunsch1?: { name: string };
|
wunsch1?: { name: string };
|
||||||
wunsch2?: { name: string };
|
wunsch2?: { name: string };
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
{a.wunsch2?.name}<br>
|
{a.wunsch2?.name}<br>
|
||||||
{a.wunsch3?.name}
|
{a.wunsch3?.name}
|
||||||
</td>
|
</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.noteMathe || '—'}</td>
|
||||||
<td class="p-2">{a.sozialverhalten || '—'}</td>
|
<td class="p-2">{a.sozialverhalten || '—'}</td>
|
||||||
<td class="p-2">{new Date(a.timestamp).toLocaleDateString()}</td>
|
<td class="p-2">{new Date(a.timestamp).toLocaleDateString()}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user