[spaces] several fixes for pre release

- update after review
This commit is contained in:
Gil Eluard
2021-09-23 14:50:00 +02:00
parent 5ef36ee058
commit 54f94348a0
6 changed files with 80 additions and 60 deletions
@@ -21,6 +21,6 @@ enum SpaceMenuViewState {
case loading
case loaded
case deselect
case alert(UIAlertController)
case leaveOptions(_ displayName: String, _ isAdmin: Bool)
case error(Error)
}