Skip to content

Commit

Permalink
open expense report on single transaction report
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Sep 16, 2024
1 parent 3c6526d commit 06c0425
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 06c0425

Please sign in to comment.