From 03b70db2ab02865fe425cc09c4dee23af3924fec Mon Sep 17 00:00:00 2001 From: Yun-Jinwoo Date: Mon, 23 Jun 2025 01:42:26 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=EA=B3=B5=EA=B3=A0?= =?UTF-8?q?=EB=A6=AC=EC=8A=A4=ED=8A=B8=EC=97=90=EC=84=9C=20=ED=95=84?= =?UTF-8?q?=ED=84=B0=20=ED=82=AC=20=EC=8B=9C=20=ED=99=94=EB=A9=B4=20?= =?UTF-8?q?=EB=9C=A8=EB=8A=94=20=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/notice/NoticeList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/notice/NoticeList.tsx b/src/pages/notice/NoticeList.tsx index 8111309..9551114 100644 --- a/src/pages/notice/NoticeList.tsx +++ b/src/pages/notice/NoticeList.tsx @@ -260,12 +260,12 @@ export default function NoticeList({ search = '' }: { search?: string }) { {shouldShowEmpty && allNotices.length === 0 ? ( -
+
등록된 게시물이 없습니다.
) : ( <> -
+
{allNotices.map((notice) => (