diff options
author | monikahedman <monika_hedman@brown.edu> | 2019-07-14 17:11:03 -0400 |
---|---|---|
committer | monikahedman <monika_hedman@brown.edu> | 2019-07-14 17:11:03 -0400 |
commit | f0e1eae76147d9c70309dcea54f6516622efca0f (patch) | |
tree | cb38d858889a47d2e0e8f82e89013b113cb30cb1 | |
parent | dcb7b3ec59b8458fc074656067b35e9068d5e3de (diff) |
oops
-rw-r--r-- | src/client/views/search/SearchBox.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index b9ada9677..8bf8e3bfa 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -442,11 +442,7 @@ import * as $ from 'jquery'; ); @computed get resFull() { - console.log(`res full $ { - this._numTotalResults <=8 - } - - `) return this._numTotalResults <= 8; + return this._numTotalResults <= 8; } @computed get resultHeight() { |