diff --git a/frontend/components/Layout/components/SidebarCollections.js b/frontend/components/Layout/components/SidebarCollections.js index 965237ffc..3dbec12de 100644 --- a/frontend/components/Layout/components/SidebarCollections.js +++ b/frontend/components/Layout/components/SidebarCollections.js @@ -33,7 +33,7 @@ type Props = { return (
Collections
- {collections.data.map(collection => ( + {collections.orderedData.map(collection => ( collection.name); + } + /** * List of paths to each of the documents, where paths are composed of id and title/name pairs */