Skip to content

Commit

Permalink
add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cretadn22 committed Sep 27, 2024
1 parent c9b63a8 commit 4d1ee9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Search/SearchPageHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ function SearchPageHeader({queryJSON, hash, onSelectDeleteOption, setOfflineModa
activeWorkspaceID,
selectedReports,
styles.textWrap,
clearSelectedTransactions,
]);

if (shouldUseNarrowLayout) {
Expand Down
1 change: 1 addition & 0 deletions src/pages/ReportDetailsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ function ReportDetailsPage({policies, report, route}: ReportDetailsPageProps) {
transactionThreadReportID,
isDelegateAccessRestricted,
backTo,
clearSelectedTransactions,
]);

const nameSectionExpenseIOU = (
Expand Down

0 comments on commit 4d1ee9c

Please sign in to comment.