콘텐츠 메인 - 새로고침 시 인기콘텐츠 순위 정렬 버튼이 중복되는 버그 수정

This commit is contained in:
Yu Sung 2023-11-04 20:07:13 +09:00
parent 7c8f9b1460
commit 63a259f890
1 changed files with 1 additions and 0 deletions

View File

@ -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)