Skip to content

Commit 0f6f87b

Browse files
committed
chore: clean-up
1 parent 632c849 commit 0f6f87b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/AppBreadcrumb.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { CBreadcrumb, CBreadcrumbItem } from '@coreui/react'
88
const AppBreadcrumb = () => {
99
const currentLocation = useLocation().pathname
1010

11-
//array1.find(element => element > 10);
1211
const getRouteName = (pathname, routes) => {
1312
const currentRoute = routes.find((route) => route.path === pathname)
1413
return currentRoute.name

0 commit comments

Comments
 (0)