From 7a90b16def7b1f3e6980e857058b3a5c981d403a Mon Sep 17 00:00:00 2001 From: satellitestudiodesign Date: Tue, 30 Jul 2024 11:41:45 +0200 Subject: [PATCH] remove +-0% in report summary --- apps/fishing-map/features/reports/summary/ReportSummary.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fishing-map/features/reports/summary/ReportSummary.tsx b/apps/fishing-map/features/reports/summary/ReportSummary.tsx index 8f89b7db3c..040117ad7a 100644 --- a/apps/fishing-map/features/reports/summary/ReportSummary.tsx +++ b/apps/fishing-map/features/reports/summary/ReportSummary.tsx @@ -131,7 +131,7 @@ export default function ReportSummary({ activityUnit, reportStatus }: ReportSumm defaultValue: 'hours', count: Math.floor(reportHours), })} ${ - timeseriesImprecision ? `± ${Math.round(timeseriesImprecision)}% ` : '' + Math.round(timeseriesImprecision) ? `± ${Math.round(timeseriesImprecision)}% ` : '' }${t('common.of', 'of')}` return t('analysis.summaryNoVessels', {