diff --git a/SodaLive/Sources/Content/Main/Ranking/ContentMainRankingViewModel.swift b/SodaLive/Sources/Content/Main/Ranking/ContentMainRankingViewModel.swift index 2141629..1150f2e 100644 --- a/SodaLive/Sources/Content/Main/Ranking/ContentMainRankingViewModel.swift +++ b/SodaLive/Sources/Content/Main/Ranking/ContentMainRankingViewModel.swift @@ -84,6 +84,7 @@ final class ContentMainRankingViewModel: ObservableObject { if let data = decoded.data, decoded.success { dateString = "\(data.startDate)~\(data.endDate)" + self.contentRankingItemList.removeAll() self.contentRankingItemList.append(contentsOf: data.items) } else { if let message = decoded.message {