Skip to content

Commit def2fd3

Browse files
committed
Merge pull request #1380 from nginz/patch-1
Update 0 Overview.md
2 parents 2f871ad + 7935175 commit def2fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/00 Guides/0 Overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var App = React.createClass({
2626

2727
render () {
2828
var Child;
29-
switch (this.props.route) {
29+
switch (this.state.route) {
3030
case '/about': Child = About; break;
3131
case '/inbox': Child = Inbox; break;
3232
default: Child = Home;

0 commit comments

Comments
 (0)