Skip to content

Commit

Permalink
Fix bug after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicu committed Sep 27, 2024
1 parent a1dd90d commit 43c4676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PromotedActionsBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const PromotedActions = {
return;
}

ReportUtils.changeMoneyRequestHoldStatus(reportAction, ROUTES.SEARCH_REPORT.getRoute({reportID: targetedReportID}));
ReportUtils.changeMoneyRequestHoldStatus(reportAction, ROUTES.SEARCH_REPORT.getRoute({reportID: targetedReportID}), currentSearchHash);
},
}),
} satisfies PromotedActionsType;
Expand Down

0 comments on commit 43c4676

Please sign in to comment.