Fix info in UserSessionCardView

This commit is contained in:
Alfonso Grillo
2022-12-15 18:11:44 +01:00
parent 53f29e4830
commit d1c63bd685
3 changed files with 22 additions and 13 deletions
@@ -96,7 +96,7 @@ struct UserSessionsOverview: View {
viewModel.send(viewAction: .verifyCurrentSession)
}, onViewDetailsAction: { _ in
viewModel.send(viewAction: .viewCurrentSessionDetails)
}, showLocationInformations: viewModel.viewState.showLocationInfo)
}, showLocationInformations: viewModel.viewState.showLocationInfo, displayMode: .compact)
} header: {
HStack(alignment: .firstTextBaseline) {
Text(VectorL10n.userSessionsOverviewCurrentSessionSectionTitle)