From 689cfbc507dc2b14f9779fe3bf191c8888b9af7f Mon Sep 17 00:00:00 2001 From: Park Sumin Date: Tue, 16 Jul 2024 14:11:48 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20Lint=20=EC=98=A4=EB=A5=98=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Lander/AllActivities.tsx | 4 +--- components/Lander/SearchResults.type.ts | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/components/Lander/AllActivities.tsx b/components/Lander/AllActivities.tsx index ad575b1..d07574e 100644 --- a/components/Lander/AllActivities.tsx +++ b/components/Lander/AllActivities.tsx @@ -58,9 +58,7 @@ export function AllActivity({
₩{price}{' '} - - / 인 - + / 인
diff --git a/components/Lander/SearchResults.type.ts b/components/Lander/SearchResults.type.ts index f90a254..60edf47 100644 --- a/components/Lander/SearchResults.type.ts +++ b/components/Lander/SearchResults.type.ts @@ -1,4 +1,3 @@ export interface SearchResultsProps { SearchValue: string; } -