Skip to content

Commit

Permalink
Update optuna_dashboard/ts/components/GraphTimeline.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Daichi Kato <[email protected]>
  • Loading branch information
keisuke-umezawa and porink0424 authored Oct 1, 2024
1 parent cb546a2 commit 99ae8de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions optuna_dashboard/ts/components/GraphTimeline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export const GraphTimeline: FC<{
if (useBackendRender()) {
return <GraphTimelineBackend study={study} />
} else {
const _study = studyDetailToStudy(study)
return <PlotTimeline study={_study} colorTheme={colorTheme} />
return <PlotTimeline study={studyDetailToStudy(study)} colorTheme={colorTheme} />
}
}

Expand Down

0 comments on commit 99ae8de

Please sign in to comment.