Fixed withData default export.

This commit is contained in:
Jayden Seric 2018-04-25 14:24:32 +10:00
parent 1e40097480
commit d23392d855

View File

@ -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)