diff options
Diffstat (limited to 'frontend/lib')
| -rw-r--r-- | frontend/lib/withData.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/lib/withData.js b/frontend/lib/withData.js index e1795c1..3210cf6 100644 --- a/frontend/lib/withData.js +++ b/frontend/lib/withData.js @@ -36,4 +36,4 @@ const client = new ApolloClient({ // TODO don't export client for page.js export { client }; -export default withApollo({ client, getInitialProps: true }); +export default withApollo({ client }); |
