Bugfix and inprovments for arrow navigation.

This commit is contained in:
softsimon
2020-03-22 23:45:16 +07:00
parent 78e41fc3d3
commit bd641271a9
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') || '';