diff --git a/SodaLive/Sources/Content/Main/ContentMainViewModel.swift b/SodaLive/Sources/Content/Main/ContentMainViewModel.swift index 09f0581..54357d0 100644 --- a/SodaLive/Sources/Content/Main/ContentMainViewModel.swift +++ b/SodaLive/Sources/Content/Main/ContentMainViewModel.swift @@ -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)