Merge branch 'master' into apollo-fetch-upload

This commit is contained in:
Jayden Seric 2017-07-27 02:47:02 +10:00
commit 45ed92cd28

View File

@ -1,7 +1,7 @@
import { graphql } from 'react-apollo' import { graphql } from 'react-apollo'
import uploadsQuery from '../queries/uploads' import uploadsQuery from '../queries/uploads'
const UploadList = ({ data: { uploads } }) => { const UploadList = ({ data: { uploads = [] } }) => {
return ( return (
<div> <div>
<table> <table>