Merge pull request #125 from lbryio/fix-null-search
Fix search on pages other than Discover
This commit is contained in:
commit
a6b7b3de5a
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ var DiscoverPage = React.createClass({
|
||||||
document.title = "Discover";
|
document.title = "Discover";
|
||||||
if (this.props.query) {
|
if (this.props.query) {
|
||||||
// Rendering with a query already typed
|
// Rendering with a query already typed
|
||||||
this.handleSearchChanged();
|
this.handleSearchChanged(this.props.query);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue