From b3568a9bccc7783d2dbf95d28b4b0caed8944243 Mon Sep 17 00:00:00 2001 From: basssy Date: Thu, 23 Jan 2025 12:14:25 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A9=94=EC=9D=B8=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C=EC=97=90=20key=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/main/MainContents.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/main/MainContents.jsx b/src/components/main/MainContents.jsx index b390adcd..d00e57d8 100644 --- a/src/components/main/MainContents.jsx +++ b/src/components/main/MainContents.jsx @@ -213,7 +213,7 @@ export default function MainContents() { {boardList.length > 0 ? (
{boardList?.map((board) => ( - ))}