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