diff --git a/packages/desktop-client/src/components/reports/ReportSummary.js b/packages/desktop-client/src/components/reports/ReportSummary.js index eb626934201..3aaaed057a9 100644 --- a/packages/desktop-client/src/components/reports/ReportSummary.js +++ b/packages/desktop-client/src/components/reports/ReportSummary.js @@ -40,12 +40,14 @@ export function ReportSummary({ }} > {monthUtils.format(startDate, 'MMM yyyy')} -{' '} {monthUtils.format(endDate, 'MMM yyyy')} @@ -61,12 +63,14 @@ export function ReportSummary({ }} > {balanceTypeOp === 'totalDebts' ? 'TOTAL SPENDING' @@ -75,12 +79,14 @@ export function ReportSummary({ : 'NET ' + net} {amountToCurrency(data[balanceTypeOp])} @@ -98,12 +104,14 @@ export function ReportSummary({ }} > {balanceTypeOp === 'totalDebts' ? 'AVERAGE SPENDING' @@ -112,12 +120,14 @@ export function ReportSummary({ : 'AVERAGE NET'} {integerToCurrency(Math.round(average))} @@ -140,13 +150,15 @@ export function ReportLegend({ legend, groupBy }) { }} > {groupBy}