We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72caced commit 69ad05bCopy full SHA for 69ad05b
1 file changed
src/pages/Search/SearchMoneyRequestReportPage.tsx
@@ -157,7 +157,7 @@ function SearchMoneyRequestReportPage({route}: SearchMoneyRequestPageProps) {
157
}
158
159
const iouAction = getIOUActionForTransactionID(reportActions, transaction.transactionID);
160
- if (iouAction || transaction?.pendingAction === CONST.RED_BRICK_ROAD_PENDING_ACTION.ADD) {
+ if (iouAction || transaction?.pendingAction === CONST.RED_BRICK_ROAD_PENDING_ACTION.ADD || !!transaction.linkedTrackedExpenseReportAction?.childReportID) {
161
return;
162
163
0 commit comments