From bd7330489f197f6c2164d8fd14c171e4bf6abba9 Mon Sep 17 00:00:00 2001 From: DrMint Date: Thu, 9 Jun 2022 21:01:40 +0200 Subject: [PATCH] Prettier --- src/components/AppLayout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index 786d68f..3f39891 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -119,7 +119,9 @@ export function AppLayout(props: Immutable): JSX.Element { const metaTitle = `${titlePrefix} - ${ogTitle}`; - const metaDescription = description ? description : langui.default_description ?? ""; + const metaDescription = description + ? description + : langui.default_description ?? ""; useEffect(() => { document.getElementsByTagName("html")[0].style.fontSize = `${