diff options
author | Renard | 2019-09-16 16:53:39 -0300 |
---|---|---|
committer | Renard | 2019-09-16 16:53:39 -0300 |
commit | 75824bd139423d527820c81b60e0c43a6348e56f (patch) | |
tree | 9751de27a18678d70d6a740c1d8ec7089c36e452 /src/Thread.js | |
parent | 29d9f5ecad2261ed4e4f7712750cf2a126392d8e (diff) | |
download | bai-client-75824bd139423d527820c81b60e0c43a6348e56f.tar.gz bai-client-75824bd139423d527820c81b60e0c43a6348e56f.tar.xz bai-client-75824bd139423d527820c81b60e0c43a6348e56f.zip |
No mostrar formulario de respuesta si el hilo está cerrado
Diffstat (limited to 'src/Thread.js')
-rw-r--r-- | src/Thread.js | 2 |
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}`} |