From 913c99cf320bfd5ea45a5556edde645be3c101bf Mon Sep 17 00:00:00 2001 From: Ishan Sourav Date: Wed, 8 Dec 2021 13:40:29 +0530 Subject: [PATCH] npm run fmt && npm run lint --- optuna_dashboard/static/components/StudyDetail.tsx | 8 ++++---- optuna_dashboard/static/components/StudyList.tsx | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/optuna_dashboard/static/components/StudyDetail.tsx b/optuna_dashboard/static/components/StudyDetail.tsx index c1ef9ed5..ddc7becc 100644 --- a/optuna_dashboard/static/components/StudyDetail.tsx +++ b/optuna_dashboard/static/components/StudyDetail.tsx @@ -97,10 +97,10 @@ const useStyles = makeStyles((theme: Theme) => color: theme.palette.grey[500], }, containerStyle: { - ["@media (min-width: 1280px)"]: { - maxWidth: "100%" - } - } + ["@media (min-width: 1280px)"]: { + maxWidth: "100%", + }, + }, }) ) diff --git a/optuna_dashboard/static/components/StudyList.tsx b/optuna_dashboard/static/components/StudyList.tsx index f0a1278a..435d3d88 100644 --- a/optuna_dashboard/static/components/StudyList.tsx +++ b/optuna_dashboard/static/components/StudyList.tsx @@ -45,9 +45,9 @@ const useStyles = makeStyles((theme: Theme) => }, containerStyle: { ["@media (min-width: 1280px)"]: { - maxWidth: "100%" - } - } + maxWidth: "100%", + }, + }, }) )