Skip to content

Commit 99ae8de

Browse files
Update optuna_dashboard/ts/components/GraphTimeline.tsx
Co-authored-by: Daichi Kato <83964523+porink0424@users.noreply.github.com>
1 parent cb546a2 commit 99ae8de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

optuna_dashboard/ts/components/GraphTimeline.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ export const GraphTimeline: FC<{
2020
if (useBackendRender()) {
2121
return <GraphTimelineBackend study={study} />
2222
} else {
23-
const _study = studyDetailToStudy(study)
24-
return <PlotTimeline study={_study} colorTheme={colorTheme} />
23+
return <PlotTimeline study={studyDetailToStudy(study)} colorTheme={colorTheme} />
2524
}
2625
}
2726

0 commit comments

Comments
 (0)