File tree Expand file tree Collapse file tree
components/ReportActionItem Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,7 +145,6 @@ function MoneyRequestAction({
145145 return < RenderHTML html = { `<deleted-action ${ CONST . REVERSED_TRANSACTION_ATTRIBUTE } ="${ isReversedTransaction } ">${ translate ( message ) } </deleted-action>` } /> ;
146146 }
147147
148- // Condition extracted from MoneyRequestPreview
149148 if ( lodashIsEmpty ( iouReport ) && ! ( isSplitBillAction || isTrackExpenseAction ) ) {
150149 return null ;
151150 }
Original file line number Diff line number Diff line change @@ -873,7 +873,7 @@ function PureReportActionItem({
873873 action = { action }
874874 shouldDisplayContextMenu = { shouldDisplayContextMenu }
875875 isBillSplit = { isSplitBillActionReportActionsUtils ( action ) }
876- transactionID = { isSplitInGroupChat ? moneyRequestOriginalMessage ?. IOUTransactionID : undefined }
876+ transactionID = { shouldShowSplitPreview ? moneyRequestOriginalMessage ?. IOUTransactionID : undefined }
877877 containerStyles = { [ reportPreviewStyles . transactionPreviewStandaloneStyle , styles . mt1 ] }
878878 transactionPreviewWidth = { reportPreviewStyles . transactionPreviewStandaloneStyle . width }
879879 onPreviewPressed = { ( ) => {
You can’t perform that action at this time.
0 commit comments