Update RiotSwiftUI/Modules/Spaces/MatrixItemChooser/View/MatrixItemChooser.swift

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
This commit is contained in:
Gil Eluard
2022-02-15 19:11:35 +01:00
committed by GitHub
parent ac55a536d2
commit af850c7447
@@ -46,7 +46,7 @@ struct MatrixItemChooser: View {
@ViewBuilder
private var listContent: some View {
ScrollView{
ScrollView {
headerView
if viewModel.viewState.items.isEmpty {
Text(viewModel.viewState.emptyListMessage)