Skip to content

Commit

Permalink
get rid of onFinish from participants selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Guccio163 committed Jan 7, 2025
1 parent 2594819 commit bc618ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Share/ShareTabParticipantsSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default function ShareTabParticipantsSelector({detailsPageRouteObject}: S
return (
<MoneyRequestParticipantsSelector
iouType={CONST.IOU.TYPE.SUBMIT}
onFinish={() => {}}
onParticipantsAdded={(value) => {
const participant = value.at(0);
const reportID = participant?.reportID;
Expand Down

0 comments on commit bc618ff

Please sign in to comment.