aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-24 08:36:28 -0300
committerLibravatar Renard 2019-09-24 08:36:28 -0300
commita76cb11f8faadaabe403609d7180c0387e4bd238 (patch)
treee25f1ec8f4217847916df54c37e49e0c498038cc /src
parent5a49832c9e2be7398d20607c3b2e1b6424de4a7a (diff)
downloadbai-client-a76cb11f8faadaabe403609d7180c0387e4bd238.tar.gz
bai-client-a76cb11f8faadaabe403609d7180c0387e4bd238.tar.xz
bai-client-a76cb11f8faadaabe403609d7180c0387e4bd238.zip
QuickReply Fix
Diffstat (limited to 'src')
-rw-r--r--src/Post.js2
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}
/>