added comp_systems and modular instances frontend
This commit is contained in:
@@ -53,7 +53,6 @@ function BreadCrumbs() {
|
||||
for (const prop in routes) {
|
||||
for (const u_match in unique_matches) {
|
||||
if (testEqual(unique_matches[u_match], routes[prop].path)) {
|
||||
console.log(unique_matches[u_match], routes[prop].path);
|
||||
for (const i in routes[prop].breadcrumbs(unique_matches[u_match])) {
|
||||
if (elements.length + 1 != unique_matches.length) {
|
||||
elements.push(
|
||||
|
||||
Reference in New Issue
Block a user