update
This commit is contained in:
@@ -282,7 +282,7 @@ function Mitglieder() {
|
||||
<TableRow>
|
||||
<TableCell sx={{ width: 56 }}>Foto</TableCell>
|
||||
<TableCell>Name</TableCell>
|
||||
<TableCell>Mitgliedsnr.</TableCell>
|
||||
<TableCell>Stundenbuchnr.</TableCell>
|
||||
<TableCell>Dienstgrad</TableCell>
|
||||
<TableCell>Funktion</TableCell>
|
||||
<TableCell>Status</TableCell>
|
||||
@@ -345,10 +345,10 @@ function Mitglieder() {
|
||||
</Typography>
|
||||
</TableCell>
|
||||
|
||||
{/* Mitgliedsnr */}
|
||||
{/* Stundenbuchnr */}
|
||||
<TableCell>
|
||||
<Typography variant="body2">
|
||||
{member.mitglieds_nr ?? '—'}
|
||||
{member.fdisk_standesbuch_nr ?? '—'}
|
||||
</Typography>
|
||||
</TableCell>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user