Skip to content

Commit 482e9c4

Browse files
committed
chore(QYOG-160): props 누락 수정
1 parent c833886 commit 482e9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Board/DetailBoard/DetailBoard.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export default function DetailBoard() {
351351
</S.Btn>
352352
</S.WrapCommentInput>
353353

354-
<Comment data={commentData} />
354+
<Comment data={commentData} openModal={openModal} />
355355

356356
<ModalPopup open={isOpen} onClose={() => setIsOpen(false)}>
357357
<SwitchCase

0 commit comments

Comments
 (0)