Skip to content

Commit

Permalink
Update Giscus.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlu89 authored Feb 11, 2024
1 parent fd72d8b commit cb6a254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions react/src/lib/Giscus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export default function Giscus({
import('giscus').then(() => setMounted(true));
}, []);

if (!mounted) return null;

return (
<>
{mounted && (
Expand Down

0 comments on commit cb6a254

Please sign in to comment.