Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions berkeley-mobile/Home/Dining/DiningHallsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ struct DiningHallsView: View {
var body: some View {
if viewModel.isFetching {
ProgressView("LOADING")
Spacer()
} else {
BMHomeSectionListView(sectionType: .dining, items: viewModel.diningHalls, mapViewController: mapViewController) { selectedDiningHall in
selectionHandler?(selectedDiningHall as! BMDiningHall)
Expand Down