콘텐츠 메인 시리즈 탭 - 채널별 추천 시리즈

- 크리에이터 터치시 뷰 전체가 사라지는 버그 수정
This commit is contained in:
Yu Sung 2025-02-22 07:00:09 +09:00
parent e3bac07155
commit 7c7d74b69c
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ final class ContentMainTabSeriesViewModel: ObservableObject {
}
func getRecommendSeriesByCreator(creatorId: Int) {
seriesRankCreatorList = []
recommendSeriesByChannel = []
isLoading = true
repository.getRecommendSeriesByCreator(creatorId: creatorId)
.sink { result in