From 283ef7e22c8b8124e9235883c2ccb3895c6f8848 Mon Sep 17 00:00:00 2001 From: farhantock Date: Tue, 23 Jan 2024 22:05:03 +0700 Subject: [PATCH] disable header --- src/containers/DefaultLayout/DefaultLayout.js | 23 ++++++++++--------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/containers/DefaultLayout/DefaultLayout.js b/src/containers/DefaultLayout/DefaultLayout.js index 85b82c7..b822298 100644 --- a/src/containers/DefaultLayout/DefaultLayout.js +++ b/src/containers/DefaultLayout/DefaultLayout.js @@ -269,9 +269,9 @@ class DefaultLayout extends Component { return (
- + {/* - + */}
{!window.location.href.includes("dashboard-project") || renderSidebar ? ( @@ -339,16 +339,17 @@ class DefaultLayout extends Component {
- {!this.isKominfo ? - ( - - - - - - ) : null + { + !this.isKominfo ? + ( + + + + + + ) : null } -
+ ); } }