From 3d666511b5c4322e03c3852cb0bcdfdcbb77de07 Mon Sep 17 00:00:00 2001 From: puretension Date: Sat, 4 May 2024 16:43:58 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8Feat:=20TimelineCard=20=EB=B0=98?= =?UTF-8?q?=EC=9D=91=ED=98=95=20=EC=88=98=EC=A0=95=20#46?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/timeline/part/TimelineMonthlyPart.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/timeline/part/TimelineMonthlyPart.tsx b/src/components/timeline/part/TimelineMonthlyPart.tsx index 1d568f2..11d72e7 100644 --- a/src/components/timeline/part/TimelineMonthlyPart.tsx +++ b/src/components/timeline/part/TimelineMonthlyPart.tsx @@ -24,9 +24,11 @@ const TimelineMonthlyPart: React.FC = ({ timelineData <> {Object.entries(groupedData).map(([date, cards]) => (
+

+
))}