aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-16 11:53:51 -0300
committerLibravatar Renard 2019-09-16 11:53:51 -0300
commit53b6128bf6d6903cdfc7371c1337e3178b4aba63 (patch)
tree92f790f57d6c4699602aa863f7621d343b86c6ba /src/App.js
parent77faecc02e76113e5c8cf2a9a7e3f00463d86f7c (diff)
downloadbai-client-53b6128bf6d6903cdfc7371c1337e3178b4aba63.tar.gz
bai-client-53b6128bf6d6903cdfc7371c1337e3178b4aba63.tar.xz
bai-client-53b6128bf6d6903cdfc7371c1337e3178b4aba63.zip
Pass boardlist to Thread
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 7b6bc94..1226190 100644
--- a/src/App.js
+++ b/src/App.js
@@ -86,7 +86,7 @@ class App extends Component {
<Container className="main">
<Router>
<Home boardList={this.state.boardList} path="/" />
- <Thread path="/:dir/read/:id">
+ <Thread boardList={this.state.boardList} path="/:dir/read/:id">
<Thread path=":active" />
</Thread>
<Board path="/board/:dir" />