aboutsummaryrefslogtreecommitdiff
path: root/src/Thread.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Thread.js')
-rw-r--r--src/Thread.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Thread.js b/src/Thread.js
index 058f0b5..e2edf7a 100644
--- a/src/Thread.js
+++ b/src/Thread.js
@@ -173,7 +173,7 @@ class Thread extends Component {
))}
</Comment.Group>
- <ReplyForm dir={this.props.dir} parent={id} />
+ <ReplyForm currentBoard={currentBoard} parent={id} locked={locked} />
<a
href={`https://bienvenidoainternet.org/cgi/api/thread?dir=${this.props.dir}&id=${this.props.id}`}