Remove arrow when switching to old block.

This commit is contained in:
softsimon 2020-05-22 14:03:06 +07:00
parent 5e3c71e11c
commit b32afac98c
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -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;