We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d081eb9 + 95346d6 commit 9e3ecbbCopy full SHA for 9e3ecbb
1 file changed
src/components/ReportActionItem/MoneyRequestView.tsx
@@ -458,7 +458,7 @@ function MoneyRequestView({
458
if (isExpenseSplit) {
459
amountDescription += ` ${CONST.DOT_SEPARATOR} ${translate('iou.split')}`;
460
}
461
- if (currency !== moneyRequestReport?.currency && !isCardTransaction) {
+ if (currency !== moneyRequestReport?.currency && !isManagedCardTransaction) {
462
const convertedAmount = isPaidGroupPolicy(moneyRequestReport) ? -(transaction?.convertedAmount ?? 0) : (transaction?.convertedAmount ?? 0);
463
if (convertedAmount) {
464
amountDescription += ` ${CONST.DOT_SEPARATOR} ${translate('common.converted')} ${convertToDisplayString(convertedAmount, moneyRequestReport?.currency)}`;
0 commit comments