From e0c11e6236cacb4c95ed12cca892cbca74c963fb Mon Sep 17 00:00:00 2001 From: Watiah11 Date: Tue, 7 May 2024 15:32:06 +0700 Subject: [PATCH] fix: typo header image --- src/containers/DefaultLayout/DefaultHeader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/DefaultLayout/DefaultHeader.js b/src/containers/DefaultLayout/DefaultHeader.js index de15875..feaba30 100644 --- a/src/containers/DefaultLayout/DefaultHeader.js +++ b/src/containers/DefaultLayout/DefaultHeader.js @@ -56,7 +56,7 @@ class DefaultHeader extends Component { getLogoHeaderContent = () => { const { configApp } = this.state; - const logoHeaderContent = configApp && configApp.logo_header ? configApp.logo_header.content : null; + const logoHeaderContent = configApp && configApp.logo_header ? configApp.logo_header : null; return logoHeaderContent ? `${BASE_SIMPRO_LUMEN_IMAGE}/${logoHeaderContent}` : logo_ospro;