fixing issue of updating inbox users and the grid changing problem but need to still fix overall problem of ordering people consistently based on friend creation date

This commit is contained in:
talksik
2021-12-25 00:56:20 -08:00
parent 05068043d9
commit fb56c79fe8
3 changed files with 10 additions and 10 deletions
@@ -84,14 +84,7 @@ struct InnerCircleView: View {
}
.padding()
} else {
Image("undraw_fall_is_coming_yl-0-x")
.renderingMode(.original)
.resizable()
.aspectRatio(contentMode: .fit)
.blur(radius: 20)
} else {
// content
CircleGridView(selectedFriendIndex: self.$selectedFriendIndex)
.environmentObject(innerCircleVM)