File tree Expand file tree Collapse file tree
src/components/BMDashboard/WeeklyProjectSummary Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import SupplierPerformanceGraph from './SupplierPerformanceGraph.jsx';
2727import MostFrequentKeywords from './MostFrequentKeywords/MostFrequentKeywords' ;
2828import LessonsLearntChart from '../LessonsLearnt/LessonsLearntChart' ;
2929import DistributionLaborHours from './DistributionLaborHours/DistributionLaborHours' ;
30- import ToolsStoppageHorizontalBarChart from '../Tools/ToolsStoppageHorizontalBarChart' ;
3130import ToolsStoppageHorizontalBarChart from './Tools/ToolsStoppageHorizontalBarChart/ToolsStoppageHorizontalBarChart' ;
3231import IssueCharts from '../Issues/openIssueCharts' ;
3332import ToolStatusDonutChart from './ToolStatusDonutChart/ToolStatusDonutChart' ;
@@ -295,7 +294,7 @@ function WeeklyProjectSummary() {
295294 {
296295 title : 'Tools and Equipment Tracking' ,
297296 key : 'Tools and Equipment Tracking' ,
298- className : 'half ' ,
297+ className : 'full ' ,
299298 content : (
300299 < div className = { styles . toolsTrackingLayout } >
301300 < div className = { styles . toolsDonutWrap } >
@@ -307,13 +306,7 @@ function WeeklyProjectSummary() {
307306 < div className = { styles . toolsDonutWrap } >
308307 < ToolsStoppageHorizontalBarChart darkMode = { darkMode } />
309308 </ div >
310- < div
311- className = { `${ styles . weeklyProjectSummaryCard } ${ styles . normalCard } ` }
312- style = { { minHeight : '300px' , gridColumn : 'span 2' } }
313- >
314- < ToolsStoppageHorizontalBarChart />
315- </ div >
316- </ >
309+ </ div >
317310 ) ,
318311 } ,
319312 {
You can’t perform that action at this time.
0 commit comments