diff --git a/SodaLive/Sources/Content/Main/V2/Free/ContentMainTabFreeViewModel.swift b/SodaLive/Sources/Content/Main/V2/Free/ContentMainTabFreeViewModel.swift index ea90148..9b940db 100644 --- a/SodaLive/Sources/Content/Main/V2/Free/ContentMainTabFreeViewModel.swift +++ b/SodaLive/Sources/Content/Main/V2/Free/ContentMainTabFreeViewModel.swift @@ -46,11 +46,14 @@ final class ContentMainTabFreeViewModel: ObservableObject { self.bannerList = data.contentBannerList self.introduceCreator = data.introduceCreator self.recommendSeriesList = data.recommendSeriesList - self.themeList = data.themeList self.newFreeContentList = data.newFreeContentList self.creatorList = data.creatorList self.playCountRankContentList = data.playCountRankContentList self.curationList = data.curationList + + self.themeList.removeAll() + self.themeList.append("전체") + self.themeList.append(contentsOf: data.themeList) } else { if let message = decoded.message { self.errorMessage = message