Show bottom sheet in other sessions screen

This commit is contained in:
Alfonso Grillo
2022-10-28 15:50:35 +02:00
parent da07f67573
commit b5b6154a39
6 changed files with 54 additions and 40 deletions
@@ -33,7 +33,7 @@ struct UserOtherSessions: View {
UserOtherSessionsHeaderView(
viewData: viewModel.viewState.header,
onLearnMoreAction: {
viewModel.showBottomSheet = true
viewModel.send(viewAction: .viewSessionInfo)
}
)
.frame(maxWidth: .infinity, alignment: .leading)