From a618341f3ccd5b98bda25021320381cc10d16ccf Mon Sep 17 00:00:00 2001 From: "SK\\ssssk" Date: Mon, 29 Jul 2024 11:59:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=9C=EB=B2=84=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=97=90?= =?UTF-8?q?=EB=9F=AC=20=EB=AC=B8=EC=A0=9C=20=ED=85=8C=EC=8A=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/InformationItem.tsx | 8 ++++---- src/components/informations/list/InformationList.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/common/InformationItem.tsx b/src/components/common/InformationItem.tsx index 9e164993..1b706bfb 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, @@ -41,7 +41,7 @@ const InformationItem = ({ return (
- {"PostImage"} + /> */}
{style !== "" ? (