Skip to content

Commit

Permalink
fix: prettier linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldev900 committed Oct 27, 2023
1 parent f540806 commit 096f0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function MoneyRequestConfirmationList(props) {
} else if ((props.receiptPath && isTypeRequest) || isDistanceRequestWithoutRoute) {
text = translate('iou.request');
if (props.iouAmount !== 0) {
text = translate('iou.requestAmount', { amount: formattedAmount });
text = translate('iou.requestAmount', {amount: formattedAmount});
}
} else {
const translationKey = isSplitBill ? 'iou.splitAmount' : 'iou.requestAmount';
Expand Down

0 comments on commit 096f0d2

Please sign in to comment.