From 0e22b1bb138849cb33aa20e218dd3624ce05b337 Mon Sep 17 00:00:00 2001 From: kimkimjunjun Date: Wed, 16 Oct 2024 03:36:26 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EB=8C=93=EA=B8=80=20=EB=B0=8F=20?= =?UTF-8?q?=EB=8B=B5=EA=B8=80=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/board/[boardId]/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/board/[boardId]/page.tsx b/src/app/board/[boardId]/page.tsx index f3b66d4..5f90a9b 100644 --- a/src/app/board/[boardId]/page.tsx +++ b/src/app/board/[boardId]/page.tsx @@ -890,7 +890,7 @@ export default function BoardPage({ params }: { params: { boardId: number } }) { setComment(e.target.value)} @@ -994,11 +994,11 @@ export default function BoardPage({ params }: { params: { boardId: number } }) {