mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #6122 from mempool/natsoni/fix-bowtie-tooltip-electrum
Fix bowtie tooltip output on electrum backend
This commit is contained in:
commit
927864d2fa
2 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@
|
|||
</ng-container>
|
||||
</span>
|
||||
<span *ngSwitchCase="'output'">
|
||||
<ng-container *ngIf="line.blockHeight && line?.spent">
|
||||
<ng-container *ngIf="(stateService.backend$ | async) === 'esplora' && line.blockHeight && line?.spent">
|
||||
<ng-container *ngIf="line?.status?.block_height; else noBlockHeight">
|
||||
<ng-container *ngTemplateOutlet="nBlocksLater; context:{n: line?.status?.block_height - line.blockHeight, connector: false}"></ng-container>
|
||||
</ng-container>
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ export class TxBowtieGraphTooltipComponent implements OnChanges {
|
|||
|
||||
constructor(
|
||||
private priceService: PriceService,
|
||||
private stateService: StateService,
|
||||
public stateService: StateService,
|
||||
private apiService: ApiService,
|
||||
) {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue