From bc3819a39cf9dca157828eff8183da03aa508996 Mon Sep 17 00:00:00 2001 From: c-bata Date: Wed, 4 Jan 2023 11:28:07 +0900 Subject: [PATCH] Run prettier --- optuna_dashboard/ts/components/StudyListBeta.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/optuna_dashboard/ts/components/StudyListBeta.tsx b/optuna_dashboard/ts/components/StudyListBeta.tsx index 03475072..3a227ee9 100644 --- a/optuna_dashboard/ts/components/StudyListBeta.tsx +++ b/optuna_dashboard/ts/components/StudyListBeta.tsx @@ -17,7 +17,7 @@ import { TextField, CardActions, } from "@mui/material" -import MuiLink from '@mui/material/Link'; +import MuiLink from "@mui/material/Link" import { Delete, Refresh, Search } from "@mui/icons-material" import SortIcon from "@mui/icons-material/Sort" import HomeIcon from "@mui/icons-material/Home" @@ -115,14 +115,16 @@ export const StudyListBeta: FC<{ }, }} > - + {`Thank you for testing the new UI! we would appreciate it if you could send us the feedback via `} this post + target="_blank" + href="https://github.com/optuna/optuna-dashboard/discussions/332" + > + this post + {" on GitHub Discussions."}