diff --git a/packages/ui/src/components/summary/summary.jsx b/packages/ui/src/components/summary/summary.jsx index 3064dd1be5..212fdbdf3d 100644 --- a/packages/ui/src/components/summary/summary.jsx +++ b/packages/ui/src/components/summary/summary.jsx @@ -34,7 +34,7 @@ export const Summary = ({ size={size} id={metricId} data={get(data, metricId)} - budget={get(budgets, metricId)} + budget={get(budgets, getSourceMetricId(metricId))} loading={loading} showMetricDescription showDelta={showSummaryItemDelta && metricOptions.showDelta !== false}