add footer
This commit is contained in:
parent
b0270cc98b
commit
bd78b8e4d7
8 changed files with 92 additions and 5 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue