Skip to content

Commit

Permalink
remove +-0% in report summary
Browse files Browse the repository at this point in the history
  • Loading branch information
satellitestudiodesign committed Jul 30, 2024
1 parent f6112e0 commit 7a90b16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export default function ReportSummary({ activityUnit, reportStatus }: ReportSumm
defaultValue: 'hours',
count: Math.floor(reportHours),
})}</strong> ${
timeseriesImprecision ? ${Math.round(timeseriesImprecision)}% ` : ''
Math.round(timeseriesImprecision) ? ${Math.round(timeseriesImprecision)}% ` : ''
}${t('common.of', 'of')}`

return t('analysis.summaryNoVessels', {
Expand Down

0 comments on commit 7a90b16

Please sign in to comment.