mirror of https://github.com/buster-so/buster.git
Add missing dependancy
This commit is contained in:
parent
11165be9b9
commit
8b227692d2
|
@ -28,7 +28,7 @@ export const useAnimations = ({
|
|||
...animationRecord[selectedChartType]?.({ barGroupType })
|
||||
}
|
||||
: false;
|
||||
}, [isAnimationEnabled, selectedChartType]);
|
||||
}, [isAnimationEnabled, selectedChartType, barGroupType]);
|
||||
};
|
||||
|
||||
const animationRecord: Record<
|
||||
|
|
Loading…
Reference in New Issue