Avoid briefly showing incorrect health value

This commit is contained in:
natsoni
2024-10-05 17:16:00 +09:00
parent 76a1eb12a6
commit 3d27b7e7b4
2 changed files with 2 additions and 3 deletions

View File

@@ -163,7 +163,6 @@ export class BlockComponent implements OnInit, OnDestroy {
this.block = undefined;
this.error = undefined;
this.fees = undefined;
this.blockAudit = undefined;
this.oobFees = 0;
if (history.state.data && history.state.data.blockHeight) {