Reset block audit on block navigation

This commit is contained in:
natsoni 2024-10-05 13:18:29 +09:00
parent 0bd760d4d6
commit fe16f0dddc
No known key found for this signature in database
GPG Key ID: C65917583181743B

View File

@ -163,6 +163,7 @@ 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) {