From 0902b1fe303ffc452435c385ca91a3e1339daa24 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 14 Nov 2025 00:55:57 +0900 Subject: [PATCH] =?UTF-8?q?feat(home):=20=EC=82=AC=EC=9A=A9=ED=95=98?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8A=94=20=ED=81=90=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=85=98=20=EC=98=81=EC=97=AD=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Home/GetHomeResponse.swift | 1 - SodaLive/Sources/Home/HomeTabView.swift | 33 -------------------- SodaLive/Sources/Home/HomeTabViewModel.swift | 2 -- 3 files changed, 36 deletions(-) diff --git a/SodaLive/Sources/Home/GetHomeResponse.swift b/SodaLive/Sources/Home/GetHomeResponse.swift index 2c44338..38ff21f 100644 --- a/SodaLive/Sources/Home/GetHomeResponse.swift +++ b/SodaLive/Sources/Home/GetHomeResponse.swift @@ -20,5 +20,4 @@ struct GetHomeResponse: Decodable { let recommendChannelList: [RecommendChannelResponse] let freeContentList: [AudioContentMainItem] let pointAvailableContentList: [AudioContentMainItem] - let curationList: [GetContentCurationResponse] } diff --git a/SodaLive/Sources/Home/HomeTabView.swift b/SodaLive/Sources/Home/HomeTabView.swift index 8d33e1d..5ee856a 100644 --- a/SodaLive/Sources/Home/HomeTabView.swift +++ b/SodaLive/Sources/Home/HomeTabView.swift @@ -327,39 +327,6 @@ struct HomeTabView: View { } } - if !viewModel.curationList.isEmpty { - ForEach(0..