From d1d8f77b29633b6d37b433d652b5272cf8ab4be7 Mon Sep 17 00:00:00 2001 From: natsee Date: Thu, 25 Jan 2024 15:56:25 +0100 Subject: [PATCH] Fix eslint --- .../app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.ts b/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.ts index 38a944d27..0f6f115ff 100644 --- a/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.ts +++ b/frontend/src/app/components/lbtc-pegs-graph/lbtc-pegs-graph.component.ts @@ -113,7 +113,7 @@ export class LbtcPegsGraphComponent implements OnInit, OnChanges {
${formatNumber(item.value, this.locale, '1.2-2')} ${item.seriesName}
`; } - }; + } return `
${itemFormatted}
`; } },