Skip to content

Commit

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

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

1 comment on commit 7cad309

@vercel
Copy link

@vercel vercel bot commented on 7cad309 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.