1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

Merge branch 'master' into refactor-config

This commit is contained in:
Juan Picado @jotadeveloper 2018-07-15 00:52:46 +02:00 committed by GitHub
commit eec22b712b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ export default class Header extends React.Component {
});
}
componentWillMount() {
componentDidMount() {
this.loadLogo();
}