Skip to content

Commit

Permalink
Merge pull request #34562 from FitseTLT/fix-selected-participants-in-…
Browse files Browse the repository at this point in the history
…ParticipantsList

[CP Staging] fix - Checkmark is not displayed when clicking on Split next to the user

(cherry picked from commit 0cb404e)
  • Loading branch information
mountiny authored and OSBotify committed Jan 16, 2024
1 parent 65641ad commit 340fb84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function MoneyTemporaryForRefactorRequestParticipantsSelector({
// 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
iouRequestType !== CONST.IOU.REQUEST_TYPE.DISTANCE,
true,
false,
);

const formatResults = OptionsListUtils.formatSectionsFromSearchTerm(
Expand Down

0 comments on commit 340fb84

Please sign in to comment.