From 78b54899420b49f91a9baca3c4f1c8f238b02bb7 Mon Sep 17 00:00:00 2001 From: nc Date: Fri, 17 Feb 2023 14:10:49 +0700 Subject: [PATCH] fix isso script --- src/pages/Layout/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/Layout/index.tsx b/src/pages/Layout/index.tsx index b8d59ec..3dacf47 100644 --- a/src/pages/Layout/index.tsx +++ b/src/pages/Layout/index.tsx @@ -6,11 +6,13 @@ import SEO from "../../components/seo"; import { MDXProvider } from '@mdx-js/react'; import './styles.scss'; -const Comment = () => { +const Comment = ({post_id}) => { return ( <>