mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
Fix info in UserSessionCardView
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user