Skip to content

Commit

Permalink
fix: fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Andrade committed Feb 25, 2022
1 parent 33b7b64 commit ed95597
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export async function getServerSideProps(context: GetServerSidePropsContext) {

return {
props: {
initialData: auth
initialData: [],
auth
}
}
}
Expand Down

1 comment on commit ed95597

@vercel
Copy link

@vercel vercel bot commented on ed95597 Feb 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.