Renamed sessionsInfo to sessionInfos

This commit is contained in:
Aleksandrs Proskurins
2022-10-05 16:59:15 +03:00
parent 0d9a01abbf
commit 78e55f56ed
9 changed files with 32 additions and 32 deletions
@@ -40,7 +40,7 @@ enum MockUserOtherSessionsScreenState: MockScreenState, CaseIterable {
/// Generate the view struct for the screen state.
var screenView: ([Any], AnyView) {
let viewModel = UserOtherSessionsViewModel(sessionsInfo: inactiveSessions(),
let viewModel = UserOtherSessionsViewModel(sessionInfos: inactiveSessions(),
filter: .inactive,
title: VectorL10n.userOtherSessionSecurityRecommendationTitle)