Fix Travis

This commit is contained in:
The_Grits 2016-11-07 11:12:59 -05:00 committed by GitHub
parent bfc0b5994e
commit 2c1106adf7

View file

@ -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 = '';