From 0f6f87b0c0a6c08de5308efe983d76fb7c491004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Holeczek?= Date: Mon, 24 May 2021 17:17:36 +0200 Subject: [PATCH] chore: clean-up --- src/components/AppBreadcrumb.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/AppBreadcrumb.js b/src/components/AppBreadcrumb.js index 93cd1cc..006c1a5 100644 --- a/src/components/AppBreadcrumb.js +++ b/src/components/AppBreadcrumb.js @@ -8,7 +8,6 @@ import { CBreadcrumb, CBreadcrumbItem } from '@coreui/react' const AppBreadcrumb = () => { const currentLocation = useLocation().pathname - //array1.find(element => element > 10); const getRouteName = (pathname, routes) => { const currentRoute = routes.find((route) => route.path === pathname) return currentRoute.name