Fixed the lint issue

This commit is contained in:
jliddev
2022-05-02 21:45:34 -05:00
parent 5d62ecbe32
commit 4ade8d239b

View File

@@ -183,7 +183,7 @@ export class AddonDetailComponent implements OnInit, OnDestroy, AfterViewChecked
this.gallery.ref().load(this.previewItems);
this.selectInitialTab();
this.selectInitialTab().catch(console.error);
}
public ngAfterViewInit(): void {}