diff --git a/components/organisms/Layout.js b/components/organisms/Layout.js index 32e2844993..9509b8985e 100644 --- a/components/organisms/Layout.js +++ b/components/organisms/Layout.js @@ -36,6 +36,8 @@ export const Layout = ({ ? window.location.href : ""; + const isTopNavBarActive = false; + return (
- + {isTopNavBarActive ? ( + + ) : null}