trying to fix bugs

This commit is contained in:
talksik
2022-01-04 17:12:56 -08:00
parent 9219315228
commit 03ae6535c1
4 changed files with 15 additions and 6 deletions
@@ -105,6 +105,7 @@ struct InnerCircleView: View {
ConvoFooterView()
.environmentObject(self.convoViewModel)
.environmentObject(self.innerCircleVM)
}
.alert(self.alertText, isPresented: self.$alertActive) {