Skip to content

Commit

Permalink
ui-manchette-with-space-time-chart: return xZoom
Browse files Browse the repository at this point in the history
Signed-off-by: Clara Ni <[email protected]>
  • Loading branch information
clarani committed Feb 13, 2025
1 parent abe8046 commit d1c70c9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,9 @@ const useManchettesWithSpaceTimeChart = (
spaceTimeChartProps,
handleScroll,
handleXZoom,
xZoom,
}),
[manchetteProps, spaceTimeChartProps, handleScroll, handleXZoom]
[manchetteProps, spaceTimeChartProps, handleScroll, handleXZoom, xZoom]
);
};

Expand Down

0 comments on commit d1c70c9

Please sign in to comment.