diff --git a/frontend/src/component/common/BreadcrumbNav/BreadcrumbNav.tsx b/frontend/src/component/common/BreadcrumbNav/BreadcrumbNav.tsx index 12a05f4ab3..51b007dae9 100644 --- a/frontend/src/component/common/BreadcrumbNav/BreadcrumbNav.tsx +++ b/frontend/src/component/common/BreadcrumbNav/BreadcrumbNav.tsx @@ -58,7 +58,6 @@ const BreadcrumbNav = () => { } if (location.pathname === '/impact-metrics') { - // Hide breadcrumb on Impact Metrics page return null; }