From 8a8cecdd41c1d7c10738c280e12860a36be744be Mon Sep 17 00:00:00 2001 From: "chltjdfkr517@naver.com" Date: Tue, 18 Feb 2025 17:09:38 +0900 Subject: [PATCH] =?UTF-8?q?:bug:=20fix:=20=EC=B9=B4=EB=93=9C=20=EC=BB=A8?= =?UTF-8?q?=ED=85=90=EC=B8=A0=20=EB=B0=80=EB=A6=BC=20=ED=98=84=EC=83=81=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/todo/TodoCard.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/todo/TodoCard.tsx b/src/components/todo/TodoCard.tsx index b1b1320..09cf746 100644 --- a/src/components/todo/TodoCard.tsx +++ b/src/components/todo/TodoCard.tsx @@ -33,16 +33,16 @@ export default function TodoCard({ card }: TodoCardProps) { onClick={() => detailTodoModalRef.current?.open()} > {card.imageUrl !== DEFAULT_CARD_IMAGE_URL && {card.title}} -
-
+
+
{card.title} -
+
{card.tags.map((tag) => ( ))}
-
+
캘린더 {formattedDate}