From 87ef6943ca6bcd554911d4d70d06ca7a98415be2 Mon Sep 17 00:00:00 2001 From: developomp Date: Thu, 15 Dec 2022 21:16:36 +0900 Subject: [PATCH] chore: remove duplicate whitespace --- apps/blog/src/pages/Page/Page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/blog/src/pages/Page/Page.tsx b/apps/blog/src/pages/Page/Page.tsx index 3c26f44..1ca8b13 100644 --- a/apps/blog/src/pages/Page/Page.tsx +++ b/apps/blog/src/pages/Page/Page.tsx @@ -63,7 +63,7 @@ export default function Page() { const [isLoading, setIsLoading] = useState(true) const [isTranslationAvailable, setIsTranslationAvailable] = useState(true) - // this code runs if either the url or the locale changes + // this code runs if either the url or the locale changes useEffect(() => { const content_id = pathname