From 55979c05aec9b827ff159a375231d7caacd37d0c Mon Sep 17 00:00:00 2001 From: carkom Date: Fri, 5 Jan 2024 10:16:23 +0000 Subject: [PATCH] privacy Filter additions --- .../src/components/reports/graphs/tableGraph/ReportTableRow.tsx | 2 ++ .../components/reports/graphs/tableGraph/ReportTableTotals.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx b/packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx index 3d5eb7798e9..3db5ac9fe5a 100644 --- a/packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx +++ b/packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableRow.tsx @@ -76,6 +76,7 @@ export const ReportTableRow = memo( amountToCurrency(item.totalAssets) } width="flex" + privacyFilter style={{ minWidth: 85, ...styles.tnum, @@ -88,6 +89,7 @@ export const ReportTableRow = memo( amountToCurrency(item.totalDebts) } width="flex" + privacyFilter style={{ minWidth: 85, ...styles.tnum, diff --git a/packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx b/packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx index 1b168740c04..1cb42ad8627 100644 --- a/packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx +++ b/packages/desktop-client/src/components/reports/graphs/tableGraph/ReportTableTotals.tsx @@ -109,6 +109,7 @@ function ReportTableTotals({ amountToCurrency(data.totalAssets) } width="flex" + privacyFilter /> )}