This commit is contained in:
世界
2023-08-05 21:27:52 +08:00
parent b5e682021b
commit ba8cd27b70
6 changed files with 46 additions and 37 deletions
@@ -27,7 +27,7 @@ public struct GroupListView: View {
}.padding()
}
} else {
Text("Empty groups")
Text("Empty Groups")
}
}
.frame(maxWidth: .infinity, maxHeight: .infinity, alignment: .center)