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
  • Loading branch information
mountiny authored Jan 16, 2024
2 parents 2f1b770 + d7e348e commit 0cb404e
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 0cb404e

Please sign in to comment.