Skip to content

Commit 0138605

Browse files
committed
fixup! front: split manchette with div
1 parent e796739 commit 0138605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui-manchette-with-spacetimechart/src/hooks/useManchetteWithSpaceTimeChart.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const useManchettesWithSpaceTimeChart = (
151151

152152
const manchetteProps = useMemo(
153153
() => ({
154-
waypoints: waypointsToDisplay,
154+
contents: waypointsToDisplay,
155155
zoomYIn,
156156
zoomYOut,
157157
resetZoom,

ui-manchette-with-spacetimechart/src/stories/base-with-waypoint-menu.stories.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const ManchetteWithSpaceTimeWrapper = ({
122122
>
123123
<Manchette
124124
{...manchetteProps}
125-
waypoints={manchetteProps.waypoints.map((op) => ({
125+
contents={manchetteProps.contents.map((op) => ({
126126
...op,
127127
onClick: handleWaypointClick,
128128
}))}

0 commit comments

Comments
 (0)