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) => (