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 4a0f86ee8e
commit 10959ca89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)