Skip to content

Commit

Permalink
Merge pull request #14768 from Expensify/youssef_fix_double_spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Feb 2, 2023
2 parents aea38c5 + 8885f6b commit 0d95639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ function getIOUReportActionMessage(type, total, participants, comment, currency,
break;
case CONST.IOU.REPORT_ACTION_TYPE.PAY:
iouMessage = isSettlingUp
? `Settled up ${paymentMethodMessage}`
? `Settled up${paymentMethodMessage}`
: `Sent ${amount}${comment && ` for ${comment}`}${paymentMethodMessage}`;
break;
default:
Expand Down

0 comments on commit 0d95639

Please sign in to comment.