From 1a60a3deab03133ee5e0bb4d00c7fb32d58d6cea Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:21:03 +0200 Subject: [PATCH] fix: comments --- frontend/src/component/common/BreadcrumbNav/BreadcrumbNav.tsx | 1 - 1 file changed, 1 deletion(-) 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; }