Skip to content

Commit

Permalink
Merge pull request Expensify#24150 from dukenv0307/fix/23883
Browse files Browse the repository at this point in the history
fix: don't mark completed task as archive report
  • Loading branch information
srikarparsi authored Aug 9, 2023
2 parents 0f83752 + d0a50a8 commit 5510a95
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/libs/SidebarUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ function getOrderedReportIDs(currentReportId, allReportsDict, betas, policies, p
return;
}

if (ReportUtils.isTaskReport(report) && ReportUtils.isCompletedTaskReport(report)) {
archivedReports.push(report);
return;
}

nonArchivedReports.push(report);
});

Expand Down

0 comments on commit 5510a95

Please sign in to comment.