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 && }
)}