From 598eda5b59f01719ab0a4268e4106467d371c756 Mon Sep 17 00:00:00 2001 From: MyungJiwoo <1206jiwoo@gmail.com> Date: Wed, 25 Sep 2024 23:50:50 +0900 Subject: [PATCH 1/2] =?UTF-8?q?#87=20refactor:=20=ED=8C=80=20=EB=AC=B8?= =?UTF-8?q?=EC=84=9C=20=EC=83=9D=EC=84=B1=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EB=94=94=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/CreateTeamBoardPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/CreateTeamBoardPage.tsx b/src/pages/CreateTeamBoardPage.tsx index 9695106..a09da65 100644 --- a/src/pages/CreateTeamBoardPage.tsx +++ b/src/pages/CreateTeamBoardPage.tsx @@ -228,7 +228,7 @@ const CreateTeamBoard = () => { {/* ! 팀원일 때 스타일 오류나면 고쳐야 할 곳 */} - 팀원 + 팀원 {/* 팀원일 때 보여질 팀원 리스트 */} {isCreator?.myId !== isCreator.creatorId && ( From cef2457402e4332cec72475dd54aa40c286178c4 Mon Sep 17 00:00:00 2001 From: MyungJiwoo <1206jiwoo@gmail.com> Date: Wed, 25 Sep 2024 23:54:32 +0900 Subject: [PATCH 2/2] =?UTF-8?q?#87=20feat:=20=ED=8C=80=20=EB=AC=B8?= =?UTF-8?q?=EC=84=9C=EC=97=90=20=EC=B9=B4=ED=85=8C=EA=B3=A0=EB=A6=AC=20?= =?UTF-8?q?=EC=A0=84=EC=B2=B4=20=EA=B2=80=EC=83=89=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/TeamDocumentBoard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/TeamDocumentBoard.tsx b/src/pages/TeamDocumentBoard.tsx index 808c501..34cd77b 100644 --- a/src/pages/TeamDocumentBoard.tsx +++ b/src/pages/TeamDocumentBoard.tsx @@ -102,7 +102,9 @@ const TeamDocumentBoard = () => { - {/* 전체 */} + handleCategoryClick('')} isSelected={selectedCategory === ''}> + 전체 + {categories.map((category, index) => (