Skip to content

Commit

Permalink
fix(ui): Summary - pass budget data to SummaryItem
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Mar 10, 2022
1 parent 3be56ca commit 0af9efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/summary/summary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0af9efc

Please sign in to comment.