Wrong copy for upgrade room message (#6003)

* Wrong copy for upgrade room message

- fixed
This commit is contained in:
Gil Eluard
2022-04-11 15:46:08 +02:00
committed by GitHub
parent 31f4f50e09
commit 4f5c8fdb9a
22 changed files with 133 additions and 64 deletions
@@ -35,6 +35,7 @@ enum RoomUpgradeViewModelResult {
struct RoomUpgradeViewState: BindableState {
var waitingMessage: String?
var isLoading: Bool
var parentSpaceName: String?
}
enum RoomUpgradeViewAction {