fixing problem with not showing stale state

This commit is contained in:
talksik
2021-12-23 16:50:32 -08:00
parent 2eea2d5ba6
commit 45437a88e3
2 changed files with 2 additions and 1 deletions
@@ -56,7 +56,7 @@ struct InnerCircleView: View {
}
.padding()
}
else if self.authSessionStore.friendsArr.count < 0 {
else if self.authSessionStore.friendsArr.count == 0 {
VStack(alignment: .center) {
Image("undraw_fall_is_coming_yl-0-x")
.renderingMode(.original)