diff --git a/app/providers/with-data.js b/app/providers/with-data.js index 286009c..720c50c 100644 --- a/app/providers/with-data.js +++ b/app/providers/with-data.js @@ -18,7 +18,7 @@ const createApolloClient = (cache = {}) => link: createUploadLink({ uri: process.env.API_URI }) }) -export const withData = Composed => +export default Composed => class WithData extends Component { constructor(props) { super(props)