diff --git a/StreetDrop/StreetDrop/Presentation/MyPage/View/FilterType.swift b/StreetDrop/StreetDrop/Presentation/MyPage/View/FilterType.swift index fbb3245..604eef9 100644 --- a/StreetDrop/StreetDrop/Presentation/MyPage/View/FilterType.swift +++ b/StreetDrop/StreetDrop/Presentation/MyPage/View/FilterType.swift @@ -30,10 +30,7 @@ enum FilterType { case .oldest: return "OLDEST" case .mostPopular: - /* - TODO: - API 개발 후 추가 예정 - */ - return "" + return "MOST_LIKED" } } }