aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.tsx
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-07-01 15:39:48 -0400
committerMonika <monika_hedman@brown.edu>2019-07-01 15:39:48 -0400
commit6bd79baf2d9301304194d87667bb5c66c17e5298 (patch)
treeef6443c82b34bc88ce222f0e3edd63e405612e91 /src/client/views/search/SearchBox.tsx
parentc5391bf0d352f69211ba28fc263d27204d7b8dc4 (diff)
changes
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
-rw-r--r--src/client/views/search/SearchBox.tsx3
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>
);