From 027281d6d47bb9e128b6969d60022c67f32cc76b Mon Sep 17 00:00:00 2001 From: Yun-Jinwoo Date: Mon, 23 Jun 2025 11:13:14 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=ED=83=9C=EB=B8=94?= =?UTF-8?q?=EB=A6=BF,=20=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EA=B3=B5=EA=B3=A0=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EA=B9=A8=EC=A7=90=20=EC=98=A4=EB=A5=98=20?= =?UTF-8?q?=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 9551114..4186adf 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) => (
From 093c8fed2896af1993957310720dae6bdff6422e Mon Sep 17 00:00:00 2001 From: Yun-Jinwoo Date: Mon, 23 Jun 2025 11:20:38 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=90=9B=20fix:=20=EB=AA=A8=EB=B0=94?= =?UTF-8?q?=EC=9D=BC=EC=9A=A9=20=EB=86=92=EC=9D=B4=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 4186adf..80e7e91 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) => (