Skip to content

Commit

Permalink
Merge pull request #32896 from abzokhattab/fix-creating-unexpected-gr…
Browse files Browse the repository at this point in the history
…oups-when-creating-split-bill

[CP Staging] Fix creating unexpected groups when creating a split from a group
  • Loading branch information
Julesssss authored Dec 12, 2023
2 parents 6ea38a6 + 732cd01 commit 75041d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/iou/request/step/IOURequestStepConfirmation.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ function IOURequestStepConfirmation({
trimmedComment,
transaction.currency,
transaction.category,
transaction.tag,
report.reportID,
transaction.merchant,
);
return;
}
Expand All @@ -223,6 +225,8 @@ function IOURequestStepConfirmation({
trimmedComment,
transaction.currency,
transaction.category,
transaction.tag,
transaction.merchant,
);
return;
}
Expand Down

0 comments on commit 75041d0

Please sign in to comment.