1.2.2 - "Bug fixes and improvements"
This commit is contained in:
@@ -5,7 +5,7 @@ struct GymsView: View {
|
||||
@State private var showingAddGym = false
|
||||
|
||||
var body: some View {
|
||||
NavigationView {
|
||||
NavigationStack {
|
||||
VStack {
|
||||
if dataManager.gyms.isEmpty {
|
||||
EmptyGymsView()
|
||||
|
||||
Reference in New Issue
Block a user