We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5b387a commit 9a11f3bCopy full SHA for 9a11f3b
packages/ui/src/components/summary/summary.jsx
@@ -34,7 +34,7 @@ export const Summary = ({
34
size={size}
35
id={metricId}
36
data={get(data, metricId)}
37
- budget={get(budgets, metricId)}
+ budget={get(budgets, getSourceMetricId(metricId))}
38
loading={loading}
39
showMetricDescription
40
showDelta={showSummaryItemDelta && metricOptions.showDelta !== false}
0 commit comments