Skip to content

Commit 1752231

Browse files
Commented out Mock Data
1 parent 34a29ea commit 1752231

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/BMDashboard/ProjectStatus/ProjectStatusDonutChart.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ export default function ProjectStatusDonutChart() {
3232
});
3333

3434
// TEMPORARY MOCK DATA - for testing purposes
35-
setStatusData({
35+
/*setStatusData({
3636
totalProjects: 50,
3737
activeProjects: 20,
3838
completedProjects: 20,
3939
delayedProjects: 10,
4040
});
41-
return;
41+
return;*/
4242

4343
setStatusData(res.data);
4444
} catch (err) {

0 commit comments

Comments
 (0)