Fixes: Issue with missing collection id

This commit is contained in:
Tom Moor
2017-11-28 08:55:15 -08:00
parent 88020fc569
commit 37ed61d9c8
3 changed files with 19 additions and 7 deletions

View File

@@ -123,8 +123,8 @@ class CollectionScene extends Component {
</Heading>
<Subheading>Recently edited</Subheading>
<DocumentList
documents={this.props.documents.recentlyEditedInCollection(
this.collection.id
documents={this.props.documents.recentlyEditedIn(
this.collection.documentIds
)}
/>
<Actions align="center" justify="flex-end">