Skip to content

Commit

Permalink
Update src/pages/home/report/ReportActionsView.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <[email protected]>
  • Loading branch information
dukenv0307 and mountiny authored Mar 28, 2024
1 parent 992c1a3 commit 4922224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/home/report/ReportActionsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ function ReportActionsView({
// We generate a fake created action here if it doesn't exist to display the total whenever possible because the total just depends on report data
// and we also generate a money request action if the number of money requests in reportActions is less than the total number of money requests
// to display at least one money request action to match the total data.
// For more details: https://github.com/Expensify/App/issues/26424#issuecomment-1869154198
const reportActionsToDisplay = useMemo(() => {
if (!ReportUtils.isMoneyRequestReport(report) || !reportActions.length) {
return reportActions;
Expand Down

0 comments on commit 4922224

Please sign in to comment.