diff --git a/bitchat/Views/GeohashPeopleList.swift b/bitchat/Views/GeohashPeopleList.swift index e5c5065c..2227a78b 100644 --- a/bitchat/Views/GeohashPeopleList.swift +++ b/bitchat/Views/GeohashPeopleList.swift @@ -10,7 +10,7 @@ struct GeohashPeopleList: View { var body: some View { Group { - if viewModel.geohashPeople.isEmpty { + if viewModel.visibleGeohashPeople().isEmpty { Text("nobody around...") .font(.system(size: 14, design: .monospaced)) .foregroundColor(secondaryTextColor)