diff --git a/src/components/community/Table.jsx b/src/components/community/Table.jsx index f943bc86..9cca84ee 100644 --- a/src/components/community/Table.jsx +++ b/src/components/community/Table.jsx @@ -81,11 +81,11 @@ export default function Table({ clsCode }) { {/* 번호 */} {board.rowNumber} - + {/* 제목 */}
{board.title}
- {board.attachYn && } + {board.attachYn === 'Y' && }