diff --git a/frontend/src/app/components/block/block.component.ts b/frontend/src/app/components/block/block.component.ts index baf583744..8dd03ee0f 100644 --- a/frontend/src/app/components/block/block.component.ts +++ b/frontend/src/app/components/block/block.component.ts @@ -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) {