Add license; make corrections; cleanup
This commit is contained in:
@@ -7,7 +7,7 @@ function Meta({name, ancestors}
|
||||
return name;
|
||||
|
||||
let path = '';
|
||||
ancestors.map((obj) => {
|
||||
ancestors.forEach((obj) => {
|
||||
path = `${path}${obj.name} /`;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user