From 8b227692d2ee6f60dd0be9eb6f505347a1759d60 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Mon, 5 May 2025 08:32:56 -0600 Subject: [PATCH] Add missing dependancy --- .../ui/charts/BusterChartJS/hooks/useOptions/useAnimations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/ui/charts/BusterChartJS/hooks/useOptions/useAnimations.ts b/web/src/components/ui/charts/BusterChartJS/hooks/useOptions/useAnimations.ts index 02c127769..cff7331de 100644 --- a/web/src/components/ui/charts/BusterChartJS/hooks/useOptions/useAnimations.ts +++ b/web/src/components/ui/charts/BusterChartJS/hooks/useOptions/useAnimations.ts @@ -28,7 +28,7 @@ export const useAnimations = ({ ...animationRecord[selectedChartType]?.({ barGroupType }) } : false; - }, [isAnimationEnabled, selectedChartType]); + }, [isAnimationEnabled, selectedChartType, barGroupType]); }; const animationRecord: Record<