diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-19 20:45:24 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-19 20:45:24 +0100 |
| commit | 7eb3c04ef85fa0311bdf30b24df2aba102757878 (patch) | |
| tree | bfb1354dcbed9486b43e75c7d2507a725212db24 /scraper/client/common | |
| parent | 46885570e527a2bb8a374e7044afdf0a4c5ba07e (diff) | |
rebuild site
Diffstat (limited to 'scraper/client/common')
| -rw-r--r-- | scraper/client/common/header.component.js | 1 |
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) { |
