From 7cad30906af027480ac844dad46fa7f4de40869b Mon Sep 17 00:00:00 2001 From: Raul Andrade Date: Thu, 24 Feb 2022 22:20:48 -0300 Subject: [PATCH] fix: initial props --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2a1cb73..bf4c326 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -63,7 +63,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext) { return { props: { - initialData: { data: [] }, + initialData: [], auth } }