From 4bc3ecd0fb641b12cc2ff3660b0f969d70efeb1c Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 12 Dec 2023 18:11:33 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BD=98=ED=85=90=EC=B8=A0=20=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=20=EC=9D=B8=EA=B8=B0=20=EC=BD=98=ED=85=90=EC=B8=A0=20?= =?UTF-8?q?-=20=ED=83=80=EC=9E=85=EC=9D=84=20=EB=B0=94=EA=BE=B8=EB=A9=B4?= =?UTF-8?q?=20=EB=8D=B0=EC=9D=B4=ED=84=B0=EA=B0=80=20=EC=82=AD=EC=A0=9C=20?= =?UTF-8?q?=EB=90=98=EA=B3=A0=20=EB=B0=94=EB=80=90=20=ED=83=80=EC=9E=85?= =?UTF-8?q?=EC=9D=98=20=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EB=A7=8C=20=EB=82=98?= =?UTF-8?q?=EC=98=A4=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/Main/Ranking/ContentMainRankingViewModel.swift | 1 + 1 file changed, 1 insertion(+) 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 {