Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
keisuke-umezawa committed Aug 21, 2024
1 parent 6498a55 commit 8bba0d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ const meta: Meta<typeof PlotParallelCoordinate> = {
(Story, storyContext) => {
const { study } = useMockStudy(storyContext.parameters?.studyId)
if (!study) return <p>loading...</p>
const studies = [study]
return (
<ThemeProvider theme={storyContext.parameters?.theme}>
<CssBaseline />
<Story
args={{
studies,
study,
}}
/>
</ThemeProvider>
Expand Down

0 comments on commit 8bba0d2

Please sign in to comment.