small improvements and allowing user to delete

This commit is contained in:
talksik
2021-12-25 04:12:25 -08:00
parent 6ad872d793
commit 781547a35b
4 changed files with 18 additions and 9 deletions
@@ -98,7 +98,7 @@ struct InnerCircleView: View {
Spacer()
}
CircleFooterView(selectedFriendIndex: self.$selectedFriendIndex)
CircleFooterView(selectedFriendIndex: self.$selectedFriendIndex).environmentObject(innerCircleVM)
// helper for new users
// TODO: make it back to 1 instead of 10...testing