mirror of
https://github.com/mempool/mempool.git
synced 2025-01-17 18:52:34 +01:00
Remove arrow when switching to old block.
This commit is contained in:
parent
5e3c71e11c
commit
b32afac98c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user