Skip to content

Commit

Permalink
Update packages/x-charts/src/ChartsTooltip/ChartsTooltip.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Fauquette <[email protected]>
Signed-off-by: Bernardo Belchior <[email protected]>
  • Loading branch information
bernardobelchior and alexfauquette authored Feb 21, 2025
1 parent 48d4491 commit 67e8283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-charts/src/ChartsTooltip/ChartsTooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function ChartsTooltip(props: ChartsTooltipProps) {
const classes = useUtilityClasses(propClasses);

return (
<ChartsTooltipContainer slots={slots} slotProps={slotProps} {...props} classes={classes}>
<ChartsTooltipContainer {...props} classes={classes}>
{trigger === 'axis' ? (
<ChartsAxisTooltipContent classes={classes} slots={slots} slotProps={slotProps} />
) : (
Expand Down

0 comments on commit 67e8283

Please sign in to comment.