More work with subscriptions
This commit is contained in:
parent
316e14f0ea
commit
918103a17b
12 changed files with 29 additions and 14 deletions
|
|
@ -60,6 +60,6 @@ export default createContainer(({ match }) => {
|
|||
|
||||
return {
|
||||
loading: !subscription.ready(),
|
||||
doc: Subscriptions.findOne(subscriptionId)
|
||||
doc: Subscriptions.findOne(new Meteor.Collection.ObjectID(subscriptionId))
|
||||
};
|
||||
}, ViewSubscription);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue