From cb6a25435bd809464f7cca5051b487b368bf9855 Mon Sep 17 00:00:00 2001 From: Shen Lu Date: Sun, 11 Feb 2024 14:03:01 +0800 Subject: [PATCH] Update Giscus.tsx --- react/src/lib/Giscus.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/react/src/lib/Giscus.tsx b/react/src/lib/Giscus.tsx index b52270a4..6ae64fe9 100644 --- a/react/src/lib/Giscus.tsx +++ b/react/src/lib/Giscus.tsx @@ -25,8 +25,6 @@ export default function Giscus({ import('giscus').then(() => setMounted(true)); }, []); - if (!mounted) return null; - return ( <> {mounted && (