Skip to content

Commit

Permalink
Merge pull request Expensify#49241 from Expensify/cmartins-fixReportN…
Browse files Browse the repository at this point in the history
…avigation

Open expense report on single transaction report
  • Loading branch information
roryabraham committed Sep 19, 2024
2 parents d9859a3 + 06c0425 commit f7a4aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SelectionList/Search/ReportListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function ReportListItem<TItem extends ListItem>({
isDisabled={isDisabled}
canSelectMultiple={canSelectMultiple}
onCheckboxPress={() => onCheckboxPress?.(transactionItem as unknown as TItem)}
onSelectRow={() => openReportInRHP(transactionItem)}
onSelectRow={onSelectRow}
onDismissError={onDismissError}
onFocus={onFocus}
onLongPressRow={onLongPressRow}
Expand Down

0 comments on commit f7a4aa1

Please sign in to comment.