From 65dce1f9dd2dccd5f96fcc81c3cb156802a8c5f3 Mon Sep 17 00:00:00 2001 From: natsoni Date: Thu, 20 Nov 2025 13:45:22 +0100 Subject: [PATCH] Fix bowtie tooltip output on electrum backend --- .../tx-bowtie-graph-tooltip.component.html | 2 +- .../tx-bowtie-graph-tooltip.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html b/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html index 3dfb2059d..b75fe9319 100644 --- a/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html +++ b/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.html @@ -56,7 +56,7 @@ - + diff --git a/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.ts b/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.ts index ad2d7a299..cf3daa61c 100644 --- a/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.ts +++ b/frontend/src/app/components/tx-bowtie-graph-tooltip/tx-bowtie-graph-tooltip.component.ts @@ -54,7 +54,7 @@ export class TxBowtieGraphTooltipComponent implements OnChanges { constructor( private priceService: PriceService, - private stateService: StateService, + public stateService: StateService, private apiService: ApiService, ) {}