aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.tsx
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-26 11:12:14 -0400
committerMonika <monika_hedman@brown.edu>2019-06-26 11:12:14 -0400
commit489d9aebc79113f23dc28871f46ae64431748ef9 (patch)
tree42477a677c2eddbc276cedd9b2f00d35be05a3b9 /src/client/views/search/SearchBox.tsx
parent096913a2aa25bf4d5d2bf9a1911ae45111229dc7 (diff)
search working
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
-rw-r--r--src/client/views/search/SearchBox.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx
index dbaa6eba2..154e0b7b6 100644
--- a/src/client/views/search/SearchBox.tsx
+++ b/src/client/views/search/SearchBox.tsx
@@ -198,9 +198,9 @@ 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" }}>
+ {/* <div style={this._results.length !== 0 ? { display: "flex" } : { display: "none" }}>
<Pager />
- </div>
+ </div> */}
</div>
);
}