diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 7acff401..46ec383a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -20,13 +20,13 @@ const Home: NextPage = () => { } return ( -
+
{isPending ? ( ) : ( )} -
+ ); };