Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/libs/actions/IOU.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3528,7 +3528,7 @@ function getMoneyRequestInformation(moneyRequestInformation: MoneyRequestInforma
// data. This is a big can of worms to change it to `Onyx.merge()` as explored in https://expensify.slack.com/archives/C05DWUDHVK7/p1692139468252109.
// I want to clean this up at some point, but it's possible this will live in the code for a while so I've created https://github.com/Expensify/App/issues/25417
// to remind me to do this.
if (isDistanceRequest) {
if ((!!isSplitExpense || isDistanceRequest) && existingTransaction) {
optimisticTransaction = fastMerge(existingTransaction, optimisticTransaction, false);
}

Expand Down
Loading