diff --git a/optuna_dashboard/ts/components/StudyHistory.tsx b/optuna_dashboard/ts/components/StudyHistory.tsx index dbe15427..bdfb225b 100644 --- a/optuna_dashboard/ts/components/StudyHistory.tsx +++ b/optuna_dashboard/ts/components/StudyHistory.tsx @@ -172,31 +172,31 @@ export const StudyHistory: FC<{ studyId: number }> = ({ studyId }) => { - - - - - + + + - Study Artifacts - - {artifactEnabled && studyDetail !== null && ( + + Study Artifacts + - )} - - + + + - + )} ) }