diff --git a/app/components/upload-list.js b/app/components/upload-list.js index a13b5ff..30151fd 100644 --- a/app/components/upload-list.js +++ b/app/components/upload-list.js @@ -1,7 +1,7 @@ import { graphql } from 'react-apollo' import uploadsQuery from '../queries/uploads' -const UploadList = ({ data: { uploads } }) => { +const UploadList = ({ data: { uploads = [] } }) => { return (