Skip to content

Commit

Permalink
fix(Spending): update for latest PrivacyFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
olets committed Sep 16, 2024
1 parent caffe17 commit 96f9885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export function Spending() {
}
right={
<Text style={{ fontWeight: 600 }}>
<PrivacyFilter blurIntensity={5}>
<PrivacyFilter>
{amountToCurrency(
Math.abs(data.intervalData[todayDay].budget),
)}
Expand Down

0 comments on commit 96f9885

Please sign in to comment.