diff --git a/src/components/MoneyRequestConfirmationList.tsx b/src/components/MoneyRequestConfirmationList.tsx index feb75bfef566c..2fd0c4203321e 100644 --- a/src/components/MoneyRequestConfirmationList.tsx +++ b/src/components/MoneyRequestConfirmationList.tsx @@ -709,7 +709,7 @@ function MoneyRequestConfirmationList({ !isPolicyExpenseChat || !transactionID || !lastSelectedRate || - isMovingTransactionFromTrackExpense || + (isMovingTransactionFromTrackExpense && customUnitRateID === CONST.CUSTOM_UNITS.FAKE_P2P_ID) || !selectedParticipants.some((participant) => participant.policyID === policy?.id) ) { return;