This commit is contained in:
Aleksandrs Proskurins
2022-09-27 14:12:40 +03:00
parent e3d0c1a002
commit 4946bd9bf4
2 changed files with 8 additions and 10 deletions

View File

@@ -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]
}