Added Team mamagement with backend integration
This commit is contained in:
@@ -48,7 +48,6 @@ function testEqual(path: string, pattern: string) {
|
||||
function BreadCrumbs() {
|
||||
const unique_matches: string[] = getSubPaths(useLocation().pathname);
|
||||
|
||||
console.log(unique_matches);
|
||||
//find the breadcrumbs for the matched pathes
|
||||
const elements: ReactElement[] = [];
|
||||
for (const prop in routes) {
|
||||
|
||||
Reference in New Issue
Block a user