fixed the count of users not working and adding the timer, but still a little buggy
This commit is contained in:
@@ -102,7 +102,7 @@ struct CircleGridView: View {
|
||||
.font(.title2)
|
||||
.padding(5)
|
||||
.overlay(
|
||||
Text("\(convoUsers.count)")
|
||||
Text("\(currConvo.users.count)")
|
||||
.foregroundColor(Color.white)
|
||||
.font(.caption2)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user