We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb546a2 commit 99ae8deCopy full SHA for 99ae8de
optuna_dashboard/ts/components/GraphTimeline.tsx
@@ -20,8 +20,7 @@ export const GraphTimeline: FC<{
20
if (useBackendRender()) {
21
return <GraphTimelineBackend study={study} />
22
} else {
23
- const _study = studyDetailToStudy(study)
24
- return <PlotTimeline study={_study} colorTheme={colorTheme} />
+ return <PlotTimeline study={studyDetailToStudy(study)} colorTheme={colorTheme} />
25
}
26
27
0 commit comments