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