From 3c3704321712829e3cbb31613fb4316cf9b7e16e Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Wed, 12 Jul 2023 23:11:02 +0200 Subject: [PATCH] fix paywall doesn't show on index page --- src/pages/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index d075b95..fd5816b 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -395,6 +395,7 @@ const Home: NextPage = () => { + ); };