Skip to content

Commit

Permalink
Remove unecessary ref in ChartContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
philschoefer committed Nov 28, 2024
1 parent 2986d0e commit ae886e0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const ChartContainer = (props: Props) => {
theme: printFriendlyTheme,
isPerformanceImpacted: dataTooBigToAnimate,
scrollContainer: props.scrollContainer,
ref,
containerBounds: containerBounds ?? EMPTY_BOUNDS,
};
}, [
Expand Down

0 comments on commit ae886e0

Please sign in to comment.