This commit is contained in:
Aleksandrs Proskurins
2022-09-27 14:12:40 +03:00
parent 3a826ee830
commit f6e057eeed
2 changed files with 8 additions and 10 deletions
@@ -33,7 +33,6 @@ enum MockUserSessionOverviewScreenState: MockScreenState, CaseIterable {
/// A list of screen state definitions
static var allCases: [MockUserSessionOverviewScreenState] {
// Each of the presence statuses
[.currentSession, .otherSession]
}