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', {