From b1b861c710dce1a28fb4266e157cc32b52971619 Mon Sep 17 00:00:00 2001 From: publdaze Date: Thu, 19 Oct 2023 23:52:52 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=8B=9C=ED=97=98=20=EA=B2=8C?= =?UTF-8?q?=EC=8B=9C=ED=8C=90=20=EB=BF=90=20=EC=95=84=EB=8B=8C=20=EB=AA=A8?= =?UTF-8?q?=EB=93=A0=20=EA=B2=8C=EC=8B=9C=ED=8C=90=20=ED=8C=8C=EC=9D=BC=20?= =?UTF-8?q?=EB=8B=A4=EC=9A=B4=EB=A1=9C=EB=93=9C=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EC=9E=91=EC=84=B1=20=ED=95=84=EC=88=98=20=EB=AC=B8=EA=B5=AC=20?= =?UTF-8?q?=EC=A0=9C=EA=B3=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #789 --- src/pages/board/BoardView/Section/PostSection.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/pages/board/BoardView/Section/PostSection.tsx b/src/pages/board/BoardView/Section/PostSection.tsx index a0eee2e18..445cd8d99 100644 --- a/src/pages/board/BoardView/Section/PostSection.tsx +++ b/src/pages/board/BoardView/Section/PostSection.tsx @@ -71,11 +71,9 @@ const PostSection = ({ postId, post, password }: PostSectionProps) => { {fileOpen && (
- {post.categoryName === '시험게시판' && ( - - *시험 게시판 파일 다운로드를 위해서는 댓글 작성이 필요합니다. - - )} + + *파일 다운로드를 위해서는 댓글 작성이 필요합니다. + {files && }
)}