Skip to content

Commit

Permalink
fix pageProps
Browse files Browse the repository at this point in the history
  • Loading branch information
untsop committed Nov 30, 2018
1 parent 3eeb1ea commit 7f2c7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hocs/app-with-translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function (WrappedComponent) {
return {
initialI18nStore,
initialLanguage,
...pageProps,
pageProps,
}
}

Expand Down

0 comments on commit 7f2c7d5

Please sign in to comment.