Skip to content

Commit

Permalink
fix(bar): add missing key to BarTotals (#2575)
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitri Buhon <[email protected]>
  • Loading branch information
dbuhon and Dimitri Buhon authored May 1, 2024
1 parent 43db298 commit 0d90be2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bar/src/Bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ const InnerBar = <RawDatum extends BarDatum>({
if (layers.includes('totals') && enableTotals) {
layerById.totals = (
<BarTotals
key="totals"
data={barTotals}
springConfig={springConfig}
animate={animate}
Expand Down

0 comments on commit 0d90be2

Please sign in to comment.