diff --git a/frontend/src/app/components/block/block.component.ts b/frontend/src/app/components/block/block.component.ts index 820cdee81..a7b723a5e 100644 --- a/frontend/src/app/components/block/block.component.ts +++ b/frontend/src/app/components/block/block.component.ts @@ -44,6 +44,7 @@ export class BlockComponent implements OnInit, OnDestroy { let isBlockHeight = false; this.error = undefined; this.fees = undefined; + this.stateService.markBlock$.next({}); if (history.state.data && history.state.data.blockHeight) { this.blockHeight = history.state.data.blockHeight;