From 6d2c06f74b0512ca2853c2d7c7f6674e01d51f06 Mon Sep 17 00:00:00 2001 From: Satyam Rastogi Date: Fri, 29 May 2026 17:39:57 +0530 Subject: [PATCH] fix(data): remove duplicate completionPercentage keys introduced with lifecycleStage --- src/data/mockStore.jsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/data/mockStore.jsx b/src/data/mockStore.jsx index bdb7366..aa3a428 100644 --- a/src/data/mockStore.jsx +++ b/src/data/mockStore.jsx @@ -2405,7 +2405,6 @@ const MOCK_PROJECTS = [ commission: 5500, startDate: '2025-12-01', endDate: '2026-02-28', - completionPercentage: 78, healthScore: 76, openRFIs: 1, changeOrderCount: 2, @@ -2588,7 +2587,6 @@ const MOCK_PROJECTS = [ commission: 1850, startDate: '2026-02-03', endDate: '2026-03-15', - completionPercentage: 22, healthScore: 88, openRFIs: 0, changeOrderCount: 0, @@ -2659,7 +2657,6 @@ const MOCK_PROJECTS = [ commission: 12500, startDate: '2026-01-27', endDate: '2026-04-15', - completionPercentage: 32, healthScore: 78, openRFIs: 0, changeOrderCount: 0, @@ -2769,7 +2766,6 @@ const MOCK_PROJECTS = [ commission: 7500, startDate: '2025-11-18', endDate: '2026-02-28', - completionPercentage: 88, healthScore: 80, openRFIs: 0, changeOrderCount: 2, @@ -3169,7 +3165,6 @@ const MOCK_PROJECTS = [ commission: 1820, startDate: '2026-03-22', endDate: '2026-05-03', - completionPercentage: 25, healthScore: 88, openRFIs: 0, changeOrderCount: 0, @@ -3251,7 +3246,6 @@ const MOCK_PROJECTS = [ commission: 3150, startDate: '2026-03-20', endDate: '2026-05-01', - completionPercentage: 20, healthScore: 85, openRFIs: 1, changeOrderCount: 0, @@ -3336,7 +3330,6 @@ const MOCK_PROJECTS = [ commission: 2780, startDate: '2026-03-11', endDate: '2026-04-25', - completionPercentage: 28, healthScore: 92, openRFIs: 0, changeOrderCount: 0, @@ -3416,7 +3409,6 @@ const MOCK_PROJECTS = [ commission: 2240, startDate: '2026-03-25', endDate: '2026-05-05', - completionPercentage: 22, healthScore: 86, openRFIs: 0, changeOrderCount: 0, @@ -3499,7 +3491,6 @@ const MOCK_PROJECTS = [ commission: 1960, startDate: '2026-03-28', endDate: '2026-05-10', - completionPercentage: 24, healthScore: 80, openRFIs: 0, changeOrderCount: 1, @@ -3782,7 +3773,6 @@ const MOCK_PROJECTS = [ commission: 2120, startDate: '2026-02-24', endDate: '2026-04-10', - completionPercentage: 78, healthScore: 88, openRFIs: 0, changeOrderCount: 0, @@ -4590,7 +4580,6 @@ const MOCK_PROJECTS = [ commission: 620, startDate: '2026-03-25', endDate: '2026-05-15', - completionPercentage: 8, healthScore: 80, openRFIs: 0, changeOrderCount: 0,