aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-25 17:31:40 -0400
committerMonika <monika_hedman@brown.edu>2019-06-25 17:31:40 -0400
commitf5082af730d3fb43e4562411b072155d7e358c1c (patch)
tree540d253fdbdfb4faff8c88aa1ea0dade1127e723
parent2174a691adab93adf0c96afdb6250ecb91b64f3d (diff)
the refactor worked btw
-rw-r--r--src/client/views/search/SearchBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx
index 3c401138e..e86ecb781 100644
--- a/src/client/views/search/SearchBox.tsx
+++ b/src/client/views/search/SearchBox.tsx
@@ -191,7 +191,6 @@ export class SearchBox extends React.Component {
this._results.map(result => <SearchItem doc={result} key={result[Id]} />)
) :
this._openNoResults ? (<div className="no-result">No Search Results</div>) : null}
-
</div>
</div>
);