mirror of
https://github.com/mempool/mempool.git
synced 2025-03-26 17:51:45 +01:00
Merge pull request #5563 from mempool/natsoni/fix-block-health-display
Reset block audit on block navigation
This commit is contained in:
commit
76a1eb12a6
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user