Skip to content

Commit a5f15d6

Browse files
committed
Displaying Contributors Report as required
1 parent 80c81bc commit a5f15d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Reports/Reports.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@ class ReportsPage extends Component {
453453
showAddTimeForm: false,
454454
showAddProjHistory: false,
455455
showAddPersonHistory: false,
456-
showAddTeamHistory: false
456+
showAddTeamHistory: false,
457+
showCharts: !prevState.showContributorsReport
457458
}));
458459
}
459460

0 commit comments

Comments
 (0)