Skip to content

Commit

Permalink
fixes 40549
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Apr 20, 2024
1 parent c249ad4 commit 47cf940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function MoneyTemporaryForRefactorRequestParticipantsSelector({participants, onF
false,
{},
[],
canUseP2PDistanceRequests || iouRequestType !== CONST.IOU.REQUEST_TYPE.DISTANCE,
(canUseP2PDistanceRequests || iouRequestType !== CONST.IOU.REQUEST_TYPE.DISTANCE) && ![CONST.IOU.ACTION.CATEGORIZE, CONST.IOU.ACTION.SHARE].includes(action),
false,
);

Expand Down

0 comments on commit 47cf940

Please sign in to comment.