diff --git a/SodaLive/Sources/Content/Main/NewContentUploadCreator/ContentMainNewContentCreatorView.swift b/SodaLive/Sources/Content/Main/NewContentUploadCreator/ContentMainNewContentCreatorView.swift index 1e860f5..40cfc38 100644 --- a/SodaLive/Sources/Content/Main/NewContentUploadCreator/ContentMainNewContentCreatorView.swift +++ b/SodaLive/Sources/Content/Main/NewContentUploadCreator/ContentMainNewContentCreatorView.swift @@ -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..