diff options
| author | Monika <monika_hedman@brown.edu> | 2019-07-01 15:39:48 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-07-01 15:39:48 -0400 |
| commit | 6bd79baf2d9301304194d87667bb5c66c17e5298 (patch) | |
| tree | ef6443c82b34bc88ce222f0e3edd63e405612e91 /src/client/views/search/SearchBox.tsx | |
| parent | c5391bf0d352f69211ba28fc263d27204d7b8dc4 (diff) | |
changes
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index af0c541f1..dc21e4a3c 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -168,7 +168,6 @@ export class SearchBox extends React.Component { @action.bound closeSearch = () => { - console.log("closing search"); FilterBox.Instance.closeFilter(); this.closeResults(); } @@ -198,7 +197,7 @@ export class SearchBox extends React.Component { this._openNoResults ? (<div className="no-result">No Search Results</div>) : null} </div> <div style={this._results.length !== 0 ? { display: "flex" } : { display: "none" }}> - <Pager /> + {/* <Pager /> */} </div> </div> ); |
