Browse Source

fix(default header): undo

pull/1/head
Watiah11 6 months ago
parent
commit
d665ccfd50
  1. 2
      src/containers/DefaultLayout/DefaultHeader.js

2
src/containers/DefaultLayout/DefaultHeader.js

@ -56,7 +56,7 @@ class DefaultHeader extends Component {
getLogoHeaderContent = () => { getLogoHeaderContent = () => {
const { configApp } = this.state; const { configApp } = this.state;
const logoHeaderContent = configApp && configApp.logo_header ? configApp.logo_header : null; const logoHeaderContent = configApp && configApp.logo_header ? configApp.logo_header.content : null;
return logoHeaderContent return logoHeaderContent
? `${BASE_SIMPRO_LUMEN_IMAGE}/${logoHeaderContent}` ? `${BASE_SIMPRO_LUMEN_IMAGE}/${logoHeaderContent}`
: logo_ospro; : logo_ospro;

Loading…
Cancel
Save