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}
`; } },