Bugfix and inprovments for arrow navigation.

This commit is contained in:
softsimon
2020-03-22 23:45:16 +07:00
parent 827bfcef3d
commit 9a0840afc2
4 changed files with 12 additions and 14 deletions

View File

@@ -38,8 +38,6 @@ export class TransactionComponent implements OnInit, OnDestroy {
) { }
ngOnInit() {
this.websocketService.want(['blocks', 'stats', 'mempool-blocks']);
this.route.paramMap.pipe(
switchMap((params: ParamMap) => {
this.txId = params.get('id') || '';