Skip to content

Commit

Permalink
privacy Filter additions
Browse files Browse the repository at this point in the history
  • Loading branch information
carkom committed Jan 5, 2024
1 parent 4b3e06f commit 55979c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ export const ReportTableRow = memo(
amountToCurrency(item.totalAssets)
}
width="flex"
privacyFilter
style={{
minWidth: 85,
...styles.tnum,
Expand All @@ -88,6 +89,7 @@ export const ReportTableRow = memo(
amountToCurrency(item.totalDebts)
}
width="flex"
privacyFilter
style={{
minWidth: 85,
...styles.tnum,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function ReportTableTotals({
amountToCurrency(data.totalAssets)
}
width="flex"
privacyFilter
/>
<Cell
style={{
Expand All @@ -121,6 +122,7 @@ function ReportTableTotals({
amountToCurrency(data.totalDebts)
}
width="flex"
privacyFilter
/>
</>
)}
Expand Down

0 comments on commit 55979c0

Please sign in to comment.