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