File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1290,12 +1290,8 @@ function getOneTransactionThreadReportID(
12901290 action . childReportID &&
12911291 // Include deleted IOU reportActions if:
12921292 // - they have an associated IOU transaction ID or
1293- // - they have visible childActions (like comments) that we'd want to display
12941293 // - the action is pending deletion and the user is offline
1295- ( ! ! originalMessage ?. IOUTransactionID ||
1296- // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
1297- ( isMessageDeleted ( action ) && action . childVisibleActionCount ) ||
1298- ( action . pendingAction === CONST . RED_BRICK_ROAD_PENDING_ACTION . DELETE && ( isOffline ?? isNetworkOffline ) ) )
1294+ ( ! ! originalMessage ?. IOUTransactionID || ( action . pendingAction === CONST . RED_BRICK_ROAD_PENDING_ACTION . DELETE && ( isOffline ?? isNetworkOffline ) ) )
12991295 ) {
13001296 iouRequestActions . push ( action ) ;
13011297 }
You can’t perform that action at this time.
0 commit comments