fixed the count of users not working and adding the timer, but still a little buggy

This commit is contained in:
talksik
2022-01-02 01:05:42 -08:00
parent 6c41de7264
commit 342f19393a
2 changed files with 21 additions and 13 deletions
@@ -102,7 +102,7 @@ struct CircleGridView: View {
.font(.title2)
.padding(5)
.overlay(
Text("\(convoUsers.count)")
Text("\(currConvo.users.count)")
.foregroundColor(Color.white)
.font(.caption2)
)