Skip to content

Commit

Permalink
add missing key to BarTotals
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Buhon committed Apr 30, 2024
1 parent 43db298 commit 94d5f23
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 94d5f23

Please sign in to comment.