From cd191eddc553ea15ac6e9135cb5e9055e3552e88 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Mon, 14 May 2018 17:03:05 -0500 Subject: Updated next-with-apollo to 2.0 --- frontend/lib/withData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/lib') 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 }); -- cgit v1.3