Skip to content

Commit

Permalink
Comment update
Browse files Browse the repository at this point in the history
Co-authored-by: Amy Evans <amy@expensify.com>
  • Loading branch information
NikkiWines and amyevans authored May 3, 2024
1 parent 3714c38 commit 9fc9010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportActionsUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ function getOneTransactionThreadReportID(reportID: string, reportActions: OnyxEn
return null;
}

// If there's only IOU request action associated with the report but it's been deleted, then we don't consider this a oneTransaction report
// If there's only one IOU request action associated with the report but it's been deleted, then we don't consider this a oneTransaction report
// and want to display it using the standard view
if (((iouRequestActions[0] as OriginalMessageIOU).originalMessage?.deleted ?? '') !== '') {
return null;
Expand Down

0 comments on commit 9fc9010

Please sign in to comment.