From ae24e918e8c2efb4256bacba474d134d701a61fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=9D=80=EB=B9=88?= Date: Tue, 26 Dec 2023 11:05:54 +0900 Subject: [PATCH] =?UTF-8?q?secret=20=ED=8C=8C=EB=9D=BC=EB=AF=B8=ED=84=B0?= =?UTF-8?q?=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/manage/ProjectList.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manage/ProjectList.jsx b/src/manage/ProjectList.jsx index 03b86e40..01ebdd86 100644 --- a/src/manage/ProjectList.jsx +++ b/src/manage/ProjectList.jsx @@ -124,7 +124,7 @@ export const ProjectList = () => { return (

등록된 프로젝트 목록 ({data.filter((item) => item.isApproved).length})

- +

요청된 프로젝트 목록 ({data.filter((item) => !item.isApproved).length})