Skip to content

Commit

Permalink
Merge branch 'main' into puneet-onyx-update
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetlath committed Nov 25, 2024
2 parents ade9678 + 38568ed commit ca0167c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ function MoneyRequestConfirmationList({
}
// Keep 'transaction' out to ensure that we autoselect the option only once
// eslint-disable-next-line react-compiler/react-compiler, react-hooks/exhaustive-deps
}, [policyTagLists, policyTags]);
}, [transactionID, policyTagLists, policyTags]);

/**
* Navigate to report details or profile of selected user
Expand Down

0 comments on commit ca0167c

Please sign in to comment.