aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/SearchBox.tsx
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-24 16:10:19 -0400
committerMonika <monika_hedman@brown.edu>2019-06-24 16:10:19 -0400
commit329565c35729f5171de9efa30f36e6b4e0714101 (patch)
treeeeb28d92569c7ff286d16a343979001ba3e91849 /src/client/views/search/SearchBox.tsx
parent56394d6631f494526546cb5cd03297b400a85e65 (diff)
lint fixes
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
-rw-r--r--src/client/views/search/SearchBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx
index 28bcadc6b..07e7496cf 100644
--- a/src/client/views/search/SearchBox.tsx
+++ b/src/client/views/search/SearchBox.tsx
@@ -92,7 +92,7 @@ export class SearchBox extends React.Component {
}, 200);
setTimeout(() => {
panel.style.opacity = "1";
- }, 50)
+ }, 50);
panel.style.maxHeight = panel.scrollHeight + "px";
}