콘텐츠 랭킹 전체보기 - 추가 로딩을 하지 않던 버그 수정
This commit is contained in:
parent
8821ce5f1f
commit
6cbd4edacc
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue