From fd0be9975bc6d1ad7534149acf4a7270e28f6b55 Mon Sep 17 00:00:00 2001 From: JeonSuna Date: Fri, 3 Apr 2026 18:39:08 +0900 Subject: [PATCH] build: deploy test --- src/features/home/ui/CompanyFilterList.tsx | 2 +- src/features/home/ui/SearchPostList.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/home/ui/CompanyFilterList.tsx b/src/features/home/ui/CompanyFilterList.tsx index ab5cd5c..edbdf8d 100644 --- a/src/features/home/ui/CompanyFilterList.tsx +++ b/src/features/home/ui/CompanyFilterList.tsx @@ -37,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 991747f..1faba71 100644 --- a/src/features/home/ui/SearchPostList.tsx +++ b/src/features/home/ui/SearchPostList.tsx @@ -25,7 +25,7 @@ const SearchPostList = ({ query }: SearchPostListProps) => { if (!searchData || searchData.length === 0) { return
검색 결과가 없습니다.
; } - console.log("test"); + return (