Improve UserOtherSessionsUITests

This commit is contained in:
Alfonso Grillo
2022-10-26 21:29:11 +02:00
parent 0828b6a9d4
commit 06009e52ff
2 changed files with 24 additions and 8 deletions
@@ -42,7 +42,7 @@ struct UserOtherSessionsViewState: BindableState, Equatable {
struct UserOtherSessionsBindings: Equatable {
var filter: UserOtherSessionsFilter
var isEditModeEnabled: Bool
var showBottomSheet: Bool = false
var showBottomSheet = false
}
enum UserOtherSessionsViewAction {