From 92101d3ff9ace8b643c0bd71140d5fb339f18adf Mon Sep 17 00:00:00 2001 From: leeyongjae Date: Fri, 25 Oct 2024 17:01:20 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B2=8C=EC=8B=9C=EA=B8=80=20style=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20=EB=B0=8F=20=ED=8C=8C=EC=9D=BC=EC=9C=A0=EB=AC=B4=20?= =?UTF-8?q?=EC=A1=B0=EA=B1=B4=20=EA=B0=92=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/community/Table.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' && }