summaryrefslogtreecommitdiff
path: root/scraper/client/common
diff options
context:
space:
mode:
Diffstat (limited to 'scraper/client/common')
-rw-r--r--scraper/client/common/header.component.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/scraper/client/common/header.component.js b/scraper/client/common/header.component.js
index 4da5af8a..2f084979 100644
--- a/scraper/client/common/header.component.js
+++ b/scraper/client/common/header.component.js
@@ -10,7 +10,6 @@ import * as actions from '../actions'
class Header extends Component {
componentDidMount() {
this.props.actions.getPapers()
- this.props.actions.getInstitutions()
}
pickPaper(e) {