Skip to content

Commit

Permalink
Merge pull request #30920 from neonbhai/participants-invite-fix
Browse files Browse the repository at this point in the history
Participants Invite Fix
  • Loading branch information
Hayata Suenaga authored Nov 9, 2023
2 parents 5cff53b + 01e5649 commit 00ba233
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@ function MoneyRequestParticipantsSelector({
false,
{},
[],
true,
// We don't want the user to be able to invite individuals when they are in the "Distance request" flow for now.
// This functionality is being built here: https://github.com/Expensify/App/issues/23291
!isDistanceRequest,
true,
);
setNewChatOptions({
Expand Down

0 comments on commit 00ba233

Please sign in to comment.