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 99ae8de commit 09c514eCopy full SHA for 09c514e
optuna_dashboard/ts/components/GraphTimeline.tsx
@@ -20,7 +20,9 @@ export const GraphTimeline: FC<{
20
if (useBackendRender()) {
21
return <GraphTimelineBackend study={study} />
22
} else {
23
- return <PlotTimeline study={studyDetailToStudy(study)} colorTheme={colorTheme} />
+ return (
24
+ <PlotTimeline study={studyDetailToStudy(study)} colorTheme={colorTheme} />
25
+ )
26
}
27
28
0 commit comments