Skip to content

Commit 0dba081

Browse files
committed
Implement object shorthand
1 parent 8d4b85b commit 0dba081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ export async function getStaticProps() {
3333
return {
3434
props: {
3535
products: data.products.nodes,
36-
loading: loading,
37-
networkStatus: networkStatus,
36+
loading,
37+
networkStatus,
3838
},
3939
revalidate: 10,
4040
};

0 commit comments

Comments
 (0)