chore: adjust and cleanup tests
This commit is contained in:
@@ -98,7 +98,7 @@ class ParticipantCardDataService
|
||||
return 'Unbekanntes Zimmer';
|
||||
}
|
||||
|
||||
return $room->label;
|
||||
return $room->label ?? 'Unbekanntes Zimmer';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user