add footer

This commit is contained in:
cleverbeagle 2017-05-29 22:48:28 -05:00
parent b0270cc98b
commit bd78b8e4d7
8 changed files with 92 additions and 5 deletions

View file

@ -73,7 +73,6 @@ Documents.propTypes = {
export default createContainer(() => {
const subscription = Meteor.subscribe('documents');
console.log(DocumentsCollection.find().fetch());
return {
loading: !subscription.ready(),
documents: DocumentsCollection.find().fetch(),