From 63a259f890f4c2612c670a5b61e982170a09ce77 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 4 Nov 2023 20:07:13 +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-=20=EC=83=88=EB=A1=9C=EA=B3=A0=EC=B9=A8=20?= =?UTF-8?q?=EC=8B=9C=20=EC=9D=B8=EA=B8=B0=EC=BD=98=ED=85=90=EC=B8=A0=20?= =?UTF-8?q?=EC=88=9C=EC=9C=84=20=EC=A0=95=EB=A0=AC=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=EC=9D=B4=20=EC=A4=91=EB=B3=B5=EB=90=98=EB=8A=94=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Content/Main/ContentMainViewModel.swift | 1 + 1 file changed, 1 insertion(+) 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)