Skip to content

Commit 5a6eacc

Browse files
committed
Merge branch 'master' into working-tests
2 parents 6f21374 + c368c2d commit 5a6eacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ export default class extends React.Component {
6363
}
6464

6565
componentWillReceiveProps = (nextProps) => {
66-
this.init(props);
66+
this.init(this.props);
6767
this.setState(this.state);
6868
}
6969

7070

71-
}
71+
}

0 commit comments

Comments
 (0)