Add missing dependancy

This commit is contained in:
Nate Kelley 2025-05-05 08:32:56 -06:00
parent 11165be9b9
commit 8b227692d2
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ export const useAnimations = ({
...animationRecord[selectedChartType]?.({ barGroupType })
}
: false;
}, [isAnimationEnabled, selectedChartType]);
}, [isAnimationEnabled, selectedChartType, barGroupType]);
};
const animationRecord: Record<