Skip to content

Commit

Permalink
fix selected participant check mark issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Jan 16, 2024
1 parent 8e2fb67 commit d7e348e
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 d7e348e

Please sign in to comment.