mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Fix Travis
This commit is contained in:
parent
bfc0b5994e
commit
2c1106adf7
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ var Search = injectIntl(React.createClass({
|
|||
},
|
||||
componentDidMount: function () {
|
||||
this.getSearchMore();
|
||||
this.props.dispatch(navigationActions.setSearchTerm(this.props.searchTerm);
|
||||
this.props.dispatch(navigationActions.setSearchTerm(this.props.searchTerm));
|
||||
},
|
||||
getSearchMore: function () {
|
||||
var termText = '';
|
||||
|
|
Loading…
Reference in a new issue