SEO and various render fixes.

This commit is contained in:
softsimon
2022-02-06 04:18:56 +04:00
parent 3aee3141ce
commit 12f996753b
7 changed files with 14 additions and 24 deletions

View File

@@ -32,9 +32,8 @@ export class AssetGroupComponent implements OnInit {
const items = [];
// @ts-ignore
for (const item of group.assets) {
items.push(assets[item]);
items.push(assets.objects[item]);
}
console.log(group);
return {
group: group,
assets: items