diff --git a/src/features/home/ui/CompanyFilterList.tsx b/src/features/home/ui/CompanyFilterList.tsx index d6acea1..ab5cd5c 100644 --- a/src/features/home/ui/CompanyFilterList.tsx +++ b/src/features/home/ui/CompanyFilterList.tsx @@ -1,9 +1,6 @@ import { Ellipsis } from "lucide-react"; import clsx from "clsx"; -import type { - CompanyResponseDto, - CompanyType, -} from "../api/company.types"; +import type { CompanyResponseDto, CompanyType } from "../api/company.types"; import { CompaniesModal } from "./CompaniesModal"; import { CompanyItem } from "./CompanyItem"; import { HomeCompanySelectBtn } from "./HomeCompanySelectBtn"; @@ -40,7 +37,7 @@ export const CompanyFilterList = ({
{companyData.companies.length !== 0 && ( <> -
선택된 기업:
+
선택된 기업:
{companies.map(company => { const matchedCompany = companyMap[company]; return ( diff --git a/src/features/home/ui/SearchPostList.tsx b/src/features/home/ui/SearchPostList.tsx index b6e5ec8..991747f 100644 --- a/src/features/home/ui/SearchPostList.tsx +++ b/src/features/home/ui/SearchPostList.tsx @@ -25,8 +25,7 @@ const SearchPostList = ({ query }: SearchPostListProps) => { if (!searchData || searchData.length === 0) { return
검색 결과가 없습니다.
; } - - // console.log(searchData); + console.log("test"); return (