We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65a0a14 commit 48ce0ddCopy full SHA for 48ce0dd
src/app/components/TimeSeriesDialog/TSDataContainerHistoric.tsx
@@ -430,7 +430,8 @@ const TSDataContainerHistoric = (props: TSDataContainerProps) => {
430
(item.info.processing_method_info?.slope > 0 ? '+' : '') +
431
(item.info.processing_method_info?.slope * 10).toFixed(
432
currentLayer?.data_precision,
433
- );
+ ) +
434
+ ' ';
435
ret +=
436
' ' + i18n.language === 'it'
437
? currentLayer?.unit_italian
0 commit comments