Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Apr 11, 2023
1 parent 8918934 commit dae7172
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 @@ -990,9 +990,9 @@ function buildOptimisticIOUReport(ownerEmail, userEmail, total, chatReportID, cu
});

return {
type: CONST.REPORT.TYPE.IOU,
// If we're sending money, hasOutstandingIOU should be false
hasOutstandingIOU: !isSendingMoney,
type: CONST.REPORT.TYPE.IOU,
cachedTotal: formattedTotal,
chatReportID,
currency,
Expand Down

0 comments on commit dae7172

Please sign in to comment.