Set auditDataMissing as soon as we know the block height
This commit is contained in:
parent
2cd98c7c04
commit
534f2e2781
@ -142,6 +142,7 @@ export class BlockComponent implements OnInit, OnDestroy {
|
||||
|
||||
if (history.state.data && history.state.data.blockHeight) {
|
||||
this.blockHeight = history.state.data.blockHeight;
|
||||
this.updateAuditDataMissingFromBlockHeight(this.blockHeight);
|
||||
}
|
||||
|
||||
let isBlockHeight = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user