0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-01 02:42:23 -05:00

refactor: replaces componentWillMount with componentDidMount

This commit is contained in:
ayusharma 2018-07-10 17:39:18 +02:00
parent 7739141148
commit 3687c7149a

View file

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