Geohash list: gate empty/render using visibleGeohashPeople() so header count and list visibility are consistent

This commit is contained in:
jack
2025-08-22 13:02:34 +02:00
parent d4b779080a
commit 9d5105a8bf
+1 -1
View File
@@ -10,7 +10,7 @@ struct GeohashPeopleList: View {
var body: some View { var body: some View {
Group { Group {
if viewModel.geohashPeople.isEmpty { if viewModel.visibleGeohashPeople().isEmpty {
Text("nobody around...") Text("nobody around...")
.font(.system(size: 14, design: .monospaced)) .font(.system(size: 14, design: .monospaced))
.foregroundColor(secondaryTextColor) .foregroundColor(secondaryTextColor)