Skip to content

Commit

Permalink
yarn fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaudyb committed Sep 8, 2023
1 parent 06698a8 commit 81a0fe2
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions packages/components/src/TimeBrush/TimeBrushFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) Microsoft. All rights reserved.
* Licensed under the MIT license. See LICENSE file in the project.
*/
import type { GroupedTerm, TimeBrushFooterProps } from './TimeBrush.types.js'
import type { TimeBrushFooterProps } from './TimeBrush.types.js'
import {
calculateBrush,
changePlot,
Expand Down Expand Up @@ -106,15 +106,7 @@ export const TimeBrushFooter: React.FC<TimeBrushFooterProps> = memo(
}, [theme, data, width, height])

useLayoutEffect(() => {
selectAll(
data,
barGroup,
xScale,
height,
theme,
SelectionState,
barWidth,
)
selectAll(data, barGroup, xScale, height, theme, SelectionState, barWidth)
}, [theme, data, barGroup, width, height, barWidth, xScale])

useLayoutEffect(() => {
Expand Down

0 comments on commit 81a0fe2

Please sign in to comment.