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