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

@@ -63,6 +63,7 @@ export class AssetComponent implements OnInit, OnDestroy {
.pipe(
switchMap((params: ParamMap) => {
this.error = undefined;
this.imageError = false;
this.isLoadingAsset = true;
this.loadedConfirmedTxCount = 0;
this.asset = null;