Skip to content

Commit f262225

Browse files
Merge branch 'development' into Neeraj_Display_List_Of_Current_Tasks_To_Students
2 parents 29bb659 + ad032e6 commit f262225

21 files changed

Lines changed: 2978 additions & 1144 deletions

File tree

package-lock.json

Lines changed: 6 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/BMDashboard/WeeklyProjectSummary/CostPredictionChart.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ function CostPredictionChart({ projectId }) {
122122
const tickColor = darkMode ? '#e5e7eb' : '#9ca3af'; // tick text
123123
const axisLineCol = darkMode ? '#e5e7eb' : '#9ca3af'; // axis baseline & tick marks
124124
const legendColor = darkMode ? '#e5e7eb' : '#9ca3af'; // legend text
125-
console.log('ticl', tickColor);
126125
return (
127126
<div className={styles.titleContainer}>
128127
<h2 className={styles.title}>Planned Vs Actual costs tracking</h2>

0 commit comments

Comments
 (0)