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