diff options
Diffstat (limited to 'scraper/client/common/header.component.js')
| -rw-r--r-- | scraper/client/common/header.component.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/client/common/header.component.js b/scraper/client/common/header.component.js index a14d925f..0cd67c76 100644 --- a/scraper/client/common/header.component.js +++ b/scraper/client/common/header.component.js @@ -9,8 +9,8 @@ import * as actions from '../actions' class Header extends Component { componentDidMount() { - this.props.actions.getInstitutions() this.props.actions.getPapers() + this.props.actions.getInstitutions() } pickPaper(e) { |
