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

fix: display logo

This commit is contained in:
Juan Picado @jotadeveloper 2018-03-21 22:09:31 +01:00
parent 2022a30419
commit cbf4b9c364
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -43,9 +43,7 @@ export default class Header extends React.Component {
componentWillMount() {
API.request('logo')
.then((response) => {
this.setState({logo: response.url});
})
.then((response) => response.text().then((logo) => this.setState({logo})))
.catch((error) => {
throw new Error(error);
});