diff --git a/apps/blueprints/src/components/Comments.tsx b/apps/blueprints/src/components/Comments.tsx index 19954e6..a049d62 100644 --- a/apps/blueprints/src/components/Comments.tsx +++ b/apps/blueprints/src/components/Comments.tsx @@ -56,8 +56,6 @@ export const Comments: React.FC = ({ blueprint_page_id }) => { // eslint-disable-next-line react-hooks/exhaustive-deps }, []); - console.log({ comments }); - const onSubmitComment: FormEventHandler = async (event) => { event.preventDefault(); const result = await fetch("/api/blueprint/comment", { diff --git a/apps/blueprints/src/pages/_app.tsx b/apps/blueprints/src/pages/_app.tsx index 13a92f1..866ba04 100644 --- a/apps/blueprints/src/pages/_app.tsx +++ b/apps/blueprints/src/pages/_app.tsx @@ -84,6 +84,13 @@ const BlueprintsApp = ({ Factorio Blueprints + {CF_WEB_ANALYTICS && ( + + )} {!auth.loading && ( <> @@ -95,13 +102,6 @@ const BlueprintsApp = ({ )} - {CF_WEB_ANALYTICS && ( - - )}