diff --git a/optuna_dashboard/ts/components/GraphSlice.tsx b/optuna_dashboard/ts/components/GraphSlice.tsx
index 058a09e7..7206e23b 100644
--- a/optuna_dashboard/ts/components/GraphSlice.tsx
+++ b/optuna_dashboard/ts/components/GraphSlice.tsx
@@ -4,7 +4,6 @@ import {
Grid,
FormControl,
FormLabel,
- InputLabel,
MenuItem,
Switch,
Select,
@@ -78,7 +77,7 @@ export const GraphSlice: FC<{
Slice
- {study !== null && study.directions.length !== 1 ? (
+ {study !== null && study.directions.length !== 1 && (
Objective ID:
- ) : null}
+ )}
- Parameter
+ Parameter: