diff options
author | Renard | 2019-09-16 11:53:51 -0300 |
---|---|---|
committer | Renard | 2019-09-16 11:53:51 -0300 |
commit | 53b6128bf6d6903cdfc7371c1337e3178b4aba63 (patch) | |
tree | 92f790f57d6c4699602aa863f7621d343b86c6ba /src/App.js | |
parent | 77faecc02e76113e5c8cf2a9a7e3f00463d86f7c (diff) | |
download | bai-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" /> |