Merge branch 'master' into apollo-fetch-upload
This commit is contained in:
commit
45ed92cd28
@ -1,7 +1,7 @@
|
||||
import { graphql } from 'react-apollo'
|
||||
import uploadsQuery from '../queries/uploads'
|
||||
|
||||
const UploadList = ({ data: { uploads } }) => {
|
||||
const UploadList = ({ data: { uploads = [] } }) => {
|
||||
return (
|
||||
<div>
|
||||
<table>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user