콘텐츠 랭킹 전체보기 - 추가 로딩을 하지 않던 버그 수정
This commit is contained in:
@@ -40,7 +40,7 @@ struct ContentRankingAllView: View {
|
||||
.padding(.vertical, 16.7)
|
||||
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
VStack(spacing: 20) {
|
||||
LazyVStack(spacing: 20) {
|
||||
ForEach(0..<viewModel.contentRankingItemList.count, id: \.self) { index in
|
||||
let item = viewModel.contentRankingItemList[index]
|
||||
HStack(spacing: 0) {
|
||||
|
Reference in New Issue
Block a user