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..