fixing some issues and such

This commit is contained in:
talksik
2021-12-21 04:27:43 -08:00
parent 668d8563f4
commit da80e1f77d
2 changed files with 3 additions and 0 deletions
@@ -61,6 +61,7 @@ struct FindFriendsView_Previews: PreviewProvider {
}
}
// TODO: just encapsulate in main sheet view so that the dismiss works nicely
struct ListContactRow: View {
@EnvironmentObject var navigationStack : NavigationStack
@EnvironmentObject var authSessionStore: AuthSessionStore