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:
parent
2022a30419
commit
cbf4b9c364
1 changed files with 1 additions and 3 deletions
|
@ -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);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue