From 8bba0d2f700d8556a13d1f8bfa1735228479616f Mon Sep 17 00:00:00 2001 From: keisuke-umezawa Date: Wed, 21 Aug 2024 13:37:20 +0900 Subject: [PATCH] Fix typo --- tslib/react/src/components/PlotParallelCoordinate.stories.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tslib/react/src/components/PlotParallelCoordinate.stories.tsx b/tslib/react/src/components/PlotParallelCoordinate.stories.tsx index 58657abc..42443339 100644 --- a/tslib/react/src/components/PlotParallelCoordinate.stories.tsx +++ b/tslib/react/src/components/PlotParallelCoordinate.stories.tsx @@ -14,13 +14,12 @@ const meta: Meta = { (Story, storyContext) => { const { study } = useMockStudy(storyContext.parameters?.studyId) if (!study) return

loading...

- const studies = [study] return (