diff --git a/components/common/Navbar/Navbar.tsx b/components/common/Navbar/Navbar.tsx index 2ce5f33b8..962639f97 100644 --- a/components/common/Navbar/Navbar.tsx +++ b/components/common/Navbar/Navbar.tsx @@ -43,9 +43,11 @@ const Navbar: FC = ({ links }) => ( -
- -
+ {process.env.COMMERCE_SEARCH_ENABLED && ( +
+ +
+ )} )