Apply format

This commit is contained in:
gen740
2024-02-07 00:45:20 +09:00
parent 2c0761154e
commit 9229780ebe
@@ -108,7 +108,15 @@ export const GraphHistory: FC<{
element.removeAllListeners("plotly_click")
}
}
}, [studies, selected, logScale, xAxis, theme.palette.mode, colorTheme, markerSize])
}, [
studies,
selected,
logScale,
xAxis,
theme.palette.mode,
colorTheme,
markerSize,
])
const handleObjectiveChange = (event: SelectChangeEvent<string>) => {
setTarget(event.target.value)