aboutsummaryrefslogtreecommitdiff
path: root/src/App.js
diff options
context:
space:
mode:
authorLibravatar Renard 2019-09-16 12:08:48 -0300
committerLibravatar Renard 2019-09-16 12:08:48 -0300
commite7745c7fa1d368bfaa3c3952d0ffbc27428f23e9 (patch)
tree73758751fef6323c634b08efe4726be96ab78f9b /src/App.js
parent928e7fc069b59a6259a942dcef1e3fea3ccfb27d (diff)
downloadbai-client-e7745c7fa1d368bfaa3c3952d0ffbc27428f23e9.tar.gz
bai-client-e7745c7fa1d368bfaa3c3952d0ffbc27428f23e9.tar.xz
bai-client-e7745c7fa1d368bfaa3c3952d0ffbc27428f23e9.zip
Breadcrumb!
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 1226190..4c3df6c 100644
--- a/src/App.js
+++ b/src/App.js
@@ -89,7 +89,7 @@ class App extends Component {
<Thread boardList={this.state.boardList} path="/:dir/read/:id">
<Thread path=":active" />
</Thread>
- <Board path="/board/:dir" />
+ <Board boardList={this.state.boardList} path="/board/:dir" />
<NotFound default />
</Router>
</Container>