From 2d4385dddf26d15871a891e832cd532619004334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EA=B4=80=EC=8B=9D?= <39869096+gwansikk@users.noreply.github.com> Date: Sat, 6 Apr 2024 23:58:49 +0900 Subject: [PATCH] =?UTF-8?q?refactor(member):=20=EC=BB=A4=EB=AE=A4=EB=8B=88?= =?UTF-8?q?=ED=8B=B0=20=EB=AA=A8=EC=95=84=EB=B3=B4=EA=B8=B0=20UI=20?= =?UTF-8?q?=EA=B0=9C=EC=84=A0=20(#86)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CommunityBoardCollectSection.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/member/src/components/community/CommunityBoardCollectSection/CommunityBoardCollectSection.tsx b/apps/member/src/components/community/CommunityBoardCollectSection/CommunityBoardCollectSection.tsx index fae746ae..c3dd78a5 100644 --- a/apps/member/src/components/community/CommunityBoardCollectSection/CommunityBoardCollectSection.tsx +++ b/apps/member/src/components/community/CommunityBoardCollectSection/CommunityBoardCollectSection.tsx @@ -43,15 +43,17 @@ const CommunityBoardCollectSection = ({
{title}
{content}
-
-
- {writerName} {writerId && `(${writerId})`} +
+
{formattedDate(createdAt)}
++ {writerName} {writerId && `(${writerId})`} +
+{formattedDate(createdAt)}
+