Skip to content

Commit

Permalink
Merge pull request #12 from HackPlan/fix/pageProps
Browse files Browse the repository at this point in the history
bugfix: remove deconstruction for pageProps
  • Loading branch information
isaachinman authored Nov 30, 2018
2 parents f1e5de1 + 7f2c7d5 commit 04aa61d
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 @@ -64,7 +64,7 @@ export default function (WrappedComponent) {
return {
initialI18nStore,
initialLanguage,
...pageProps,
pageProps,
}
}

Expand Down

0 comments on commit 04aa61d

Please sign in to comment.