diff --git a/SodaLive/Sources/Content/All/ContentNewAllViewModel.swift b/SodaLive/Sources/Content/All/ContentNewAllViewModel.swift index e44940a..270fca0 100644 --- a/SodaLive/Sources/Content/All/ContentNewAllViewModel.swift +++ b/SodaLive/Sources/Content/All/ContentNewAllViewModel.swift @@ -109,6 +109,7 @@ final class ContentNewAllViewModel: ObservableObject { let decoded = try jsonDecoder.decode(ApiResponse<[String]>.self, from: responseData) if let data = decoded.data, decoded.success { + self.themeList.removeAll() self.themeList.append("전체") self.themeList.append(contentsOf: data) } else {