Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Co-authored-by: Maria D'Costa <maria@expensify.com>
  • Loading branch information
aldo-expensify and MariaHCD authored Aug 16, 2023
1 parent 3d6f57a commit 1d465e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/CurrencyUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ function convertToDisplayString(amountInCents, currency = CONST.CURRENCY.USD) {
style: 'currency',
currency,

// We are forcindg the number of decimals because we overridden the default number of decimals in the backend for RSD
// We are forcing the number of decimals because we override the default number of decimals in the backend for RSD
// See: https://github.com/Expensify/PHP-Libs/pull/834
minimumFractionDigits: currency === 'RSD' ? getCurrencyDecimals(currency) : undefined,
});
Expand Down

0 comments on commit 1d465e2

Please sign in to comment.