From c23f48781d70b5cec050cb6776dca2752689c127 Mon Sep 17 00:00:00 2001 From: "SK\\ssssk" Date: Mon, 29 Jul 2024 12:05:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=20=EC=97=90=EB=9F=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/InformationItem.tsx | 6 +++--- src/components/informations/list/InformationList.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/common/InformationItem.tsx b/src/components/common/InformationItem.tsx index 1b706bfb..f4018a21 100644 --- a/src/components/common/InformationItem.tsx +++ b/src/components/common/InformationItem.tsx @@ -9,7 +9,7 @@ interface Props { categoryId: number; informationId: number; title: string; - // image: string; + image: string; address: string; likeCount: number; viewCount: number; @@ -19,7 +19,7 @@ const InformationItem = ({ categoryId, informationId, title, - // image, + image, address, likeCount, viewCount, @@ -43,7 +43,7 @@ const InformationItem = ({
{/*