Skip to content

Commit f930771

Browse files
authored
Merge pull request Expensify#70253 from truph01/fix/69584
fix: Receipt required violation shows 25.00
2 parents 5553131 + 7184e1e commit f930771

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)