parent
60457d987e
commit
5fcf4c03c0
|
@ -15,7 +15,7 @@ struct ContentMainNewContentCreatorView: View {
|
|||
ZStack {
|
||||
if !viewModel.newContentUploadCreatorList.isEmpty {
|
||||
ScrollView(.horizontal, showsIndicators: false) {
|
||||
LazyHStack(spacing: 21.3) {
|
||||
HStack(spacing: 21.3) {
|
||||
ForEach(0..<viewModel.newContentUploadCreatorList.count, id: \.self) { index in
|
||||
let item = viewModel.newContentUploadCreatorList[index]
|
||||
ContentMainNewContentCreatorItemView(item: item)
|
||||
|
|
Loading…
Reference in New Issue