SEO and various render fixes.

This commit is contained in:
softsimon
2022-02-06 04:18:56 +04:00
parent d33c12cdee
commit 91082f27e7
7 changed files with 14 additions and 24 deletions

View File

@@ -49,7 +49,7 @@ export class AssetsComponent implements OnInit {
.pipe(
take(1),
switchMap(([assets, qp]) => {
this.assets = assets;
this.assets = assets.array;
return this.route.queryParams
.pipe(