diff --git a/components/molecules/TopNavBar.js b/components/molecules/TopNavBar.js
index 43e46c8a4b..082c698a3a 100644
--- a/components/molecules/TopNavBar.js
+++ b/components/molecules/TopNavBar.js
@@ -85,20 +85,20 @@ export function TopNavBar({
diff --git a/components/organisms/Layout.js b/components/organisms/Layout.js
index 597d55ec9c..32e2844993 100644
--- a/components/organisms/Layout.js
+++ b/components/organisms/Layout.js
@@ -35,7 +35,6 @@ export const Layout = ({
typeof window !== "undefined" && window.location.origin
? window.location.href
: "";
- const isTopNavBarActive = false;
return (
@@ -109,18 +108,16 @@ export const Layout = ({
- {isTopNavBarActive ? (
-
- ) : null}
+