diff --git a/src/scenes/Dashboard/ProgressReportsWidget/ProgressReportsGrid.tsx b/src/scenes/Dashboard/ProgressReportsWidget/ProgressReportsGrid.tsx index 27c3b1590..220f71e60 100644 --- a/src/scenes/Dashboard/ProgressReportsWidget/ProgressReportsGrid.tsx +++ b/src/scenes/Dashboard/ProgressReportsWidget/ProgressReportsGrid.tsx @@ -191,6 +191,11 @@ export const ProgressReportsGrid = ({ end: { beforeInclusive: quarter.endOf('quarter'), }, + engagement: { + project: { + status: ['Active', 'Completed'], + }, + }, }, }, },