Skip to content

Commit 7184e1e

Browse files
committed
fix: Receipt required violation shows 25.00
1 parent 9c2929e commit 7184e1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/Violations/ViolationsUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ const ViolationsUtils = {
385385
shouldShowCategoryReceiptRequiredViolation || !policy.maxExpenseAmountNoReceipt
386386
? undefined
387387
: {
388-
formattedLimit: CurrencyUtils.convertAmountToDisplayString(policy.maxExpenseAmountNoReceipt, policy.outputCurrency),
388+
formattedLimit: CurrencyUtils.convertToDisplayString(policy.maxExpenseAmountNoReceipt, policy.outputCurrency),
389389
},
390390
type: CONST.VIOLATION_TYPES.VIOLATION,
391391
showInReview: true,

0 commit comments

Comments
 (0)