Fixed withData default export.
This commit is contained in:
parent
1e40097480
commit
d23392d855
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user