commit
90e3a823c8
1 changed files with 1 additions and 1 deletions
|
|
@ -55,6 +55,6 @@ export default createContainer(({ match }) => {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
loading: !subscription.ready(),
|
loading: !subscription.ready(),
|
||||||
doc: Documents.findOne(documentId),
|
doc: Documents.findOne(documentId) || {},
|
||||||
};
|
};
|
||||||
}, ViewDocument);
|
}, ViewDocument);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue