From bd2a207fc08c1e1875d2e244f94c73a0b370600a Mon Sep 17 00:00:00 2001 From: JeonSuna Date: Fri, 3 Apr 2026 18:18:10 +0900 Subject: [PATCH] build : deploy test --- src/features/home/ui/CompanyFilterList.tsx | 7 ++----- src/features/home/ui/SearchPostList.tsx | 3 +-- 2 files changed, 3 insertions(+), 7 deletions(-) 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 (