diff --git a/app/routes/matching/components/MatchingFilter.tsx b/app/routes/matching/components/MatchingFilter.tsx index c7ef787..4cbf91b 100644 --- a/app/routes/matching/components/MatchingFilter.tsx +++ b/app/routes/matching/components/MatchingFilter.tsx @@ -1,7 +1,6 @@ import { useState } from "react"; import { cn } from "../../../lib/utils"; import FilterChip from "../../../components/common/FilterChip"; -import Button from "../../../components/common/Button"; import { SORT_OPTIONS, CAMPAIGN_SORT_OPTIONS, @@ -75,12 +74,12 @@ export default function MatchingFilter({ }; return ( -
+
{/* 메인 탭 */} -
+
{/* 컨텐츠 영역 */} -
+
{mainTab === "정렬 필터" ? ( /* 정렬 필터 */ -
+
{sortOptions.map((option) => ( +
);