Address widget timespans

This commit is contained in:
Mononaut
2024-04-26 17:53:44 +00:00
parent 6eb21ffd24
commit ccb27dbdb9
5 changed files with 43 additions and 12 deletions

View File

@@ -290,9 +290,6 @@ export class CustomDashboardComponent implements OnInit, OnDestroy, AfterViewIni
: this.electrsApiService.getAddress$(addressString)
).pipe(
catchError((err) => {
// this.isLoadingAddress = false;
// this.error = err;
// this.seoService.logSoft404();
console.log(err);
return of(null);
}),