diff --git a/packages/server/src/ui/routes/project-dashboard/category-card.jsx b/packages/server/src/ui/routes/project-dashboard/category-card.jsx index 5d34f1da5..1590c2735 100644 --- a/packages/server/src/ui/routes/project-dashboard/category-card.jsx +++ b/packages/server/src/ui/routes/project-dashboard/category-card.jsx @@ -129,10 +129,10 @@ const MetricDistributionGraphs = props => { scoreLevels={SCORE_LEVEL_METRIC_THRESHOLDS['first-contentful-paint']} /> { statistics={stats('audit_interactive_median')} scoreLevels={SCORE_LEVEL_METRIC_THRESHOLDS['interactive']} /> + + + ); };