diff --git a/apps/genome-page/components/layout/Layout.tsx b/apps/genome-page/components/layout/Layout.tsx index 0c909cc991..a125a787f1 100644 --- a/apps/genome-page/components/layout/Layout.tsx +++ b/apps/genome-page/components/layout/Layout.tsx @@ -45,8 +45,8 @@ type Properties = { } const useStyles = makeStyles({ title: { - textAlign: "center" - } + textAlign: "center", + }, }) const Layout = ({ children, gene, title, description }: Properties) => {