Skip to content

Commit

Permalink
Remove extra param
Browse files Browse the repository at this point in the history
  • Loading branch information
youssef-lr committed May 9, 2024
1 parent bf13750 commit c2e3a90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/iou/SplitBillDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ function SplitBillDetailsPage({personalDetails, report, route, reportActions, tr
)}
{!!participants.length && (
<MoneyRequestConfirmationList
hasMultipleParticipants
payeePersonalDetails={payeePersonalDetails}
selectedParticipants={participantsExcludingPayee}
iouAmount={splitAmount ?? 0}
Expand Down

0 comments on commit c2e3a90

Please sign in to comment.