diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Post.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Post.js b/src/Post.js index 438e0fd..9a467cb 100644 --- a/src/Post.js +++ b/src/Post.js @@ -240,7 +240,7 @@ const Post = ({ index, post, locked, threadId, currentBoard, nightMode }) => { <QuickReplyModal trigger={<Comment.Action>Responder</Comment.Action>} currentBoard={currentBoard} - id={post.parentid} + id={threadId} locked={locked} replyIndex={currentBoard.board_type === 0 ? post.id : index + 1} /> |