We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c833886 commit 482e9c4Copy full SHA for 482e9c4
src/containers/Board/DetailBoard/DetailBoard.tsx
@@ -351,7 +351,7 @@ export default function DetailBoard() {
351
</S.Btn>
352
</S.WrapCommentInput>
353
354
- <Comment data={commentData} />
+ <Comment data={commentData} openModal={openModal} />
355
356
<ModalPopup open={isOpen} onClose={() => setIsOpen(false)}>
357
<SwitchCase
0 commit comments