Skip to content

Commit 48ce0dd

Browse files
committed
up
1 parent 65a0a14 commit 48ce0dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/components/TimeSeriesDialog/TSDataContainerHistoric.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,8 @@ const TSDataContainerHistoric = (props: TSDataContainerProps) => {
430430
(item.info.processing_method_info?.slope > 0 ? '+' : '') +
431431
(item.info.processing_method_info?.slope * 10).toFixed(
432432
currentLayer?.data_precision,
433-
);
433+
) +
434+
' ';
434435
ret +=
435436
' ' + i18n.language === 'it'
436437
? currentLayer?.unit_italian

0 commit comments

Comments
 (0)