콘텐츠 메인 - 새로고침 시 인기콘텐츠 순위 정렬 버튼이 중복되는 버그 수정
This commit is contained in:
parent
7c8f9b1460
commit
63a259f890
|
@ -66,6 +66,7 @@ final class ContentMainViewModel: ObservableObject {
|
|||
self.orderList.removeAll()
|
||||
self.curationList.removeAll()
|
||||
self.themeList.removeAll()
|
||||
self.contentRankingSortList.removeAll()
|
||||
|
||||
self.newContentUploadCreatorList.append(contentsOf: data.newContentUploadCreatorList)
|
||||
self.newContentList.append(contentsOf: data.newContentList)
|
||||
|
|
Loading…
Reference in New Issue