Merge branch 'master' into mononaut/empty-block-info

This commit is contained in:
wiz
2023-01-12 22:36:50 +09:00
committed by GitHub
51 changed files with 1201 additions and 266 deletions

View File

@@ -138,7 +138,6 @@ export class BlockComponent implements OnInit, OnDestroy {
this.page = 1;
this.error = undefined;
this.fees = undefined;
this.stateService.markBlock$.next({});
this.auditDataMissing = false;
if (history.state.data && history.state.data.blockHeight) {