mirror of
https://github.com/Mueller-Patrick/DHBW-Service-App.git
synced 2026-04-28 18:30:09 +00:00
✨ Adding lecturer to lecture plan item detail view
This commit is contained in:
@@ -37,7 +37,7 @@ struct LecturePlanItem: View {
|
||||
.bold()
|
||||
Text(event.location!)
|
||||
.bold()
|
||||
Text("WIP")
|
||||
Text(!event.lecturerList.isEmpty ? event.lecturerList[0].wrappedName : "")
|
||||
.bold()
|
||||
}.frame(maxWidth: .infinity, alignment: .leading)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user