Skip to content

Commit 9a11f3b

Browse files
committed
fix(ui): Summary - pass budget data to SummaryItem
1 parent c5b387a commit 9a11f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/summary/summary.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const Summary = ({
3434
size={size}
3535
id={metricId}
3636
data={get(data, metricId)}
37-
budget={get(budgets, metricId)}
37+
budget={get(budgets, getSourceMetricId(metricId))}
3838
loading={loading}
3939
showMetricDescription
4040
showDelta={showSummaryItemDelta && metricOptions.showDelta !== false}

0 commit comments

Comments
 (0)