summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/search_results.jsx')
-rw-r--r--webapp/components/search_results.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/webapp/components/search_results.jsx b/webapp/components/search_results.jsx
index 466665c2c..a0245b7e4 100644
--- a/webapp/components/search_results.jsx
+++ b/webapp/components/search_results.jsx
@@ -110,10 +110,6 @@ export default class SearchResults extends React.Component {
return false;
}
- componentDidUpdate() {
- this.resize();
- }
-
componentWillUnmount() {
this.mounted = false;