Apply suggestions from code review

This commit is contained in:
c-bata
2023-07-06 13:19:47 +09:00
committed by GitHub
parent 16faea054b
commit 885ac04bdc
@@ -150,7 +150,7 @@ export const GraphHistory: FC<{
defaultValue={5}
marks={true}
min={1}
max={20}
max={10}
step={1}
onChange={(e) => {
// @ts-ignore
@@ -289,7 +289,7 @@ export const GraphHistoryMultiStudies: FC<{
defaultValue={5}
marks={true}
min={1}
max={20}
max={10}
step={1}
onChange={(e) => {
// @ts-ignore