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 6f8302a commit 06698a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/TimeBrush/TimeBrushFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const TimeBrushFooter: React.FC<TimeBrushFooterProps> = memo(

useLayoutEffect(() => {
selectAll(
data as GroupedTerm[],
data,
barGroup,
xScale,
height,
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/TimeBrush/TimeBrushFooter.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function createBarGroup(g: any): any {
}

export function selectAll(
data: GroupedTerm[],
data: any,
barGroup: any,
xScale: any,
height: number,
Expand Down

0 comments on commit 06698a8

Please sign in to comment.