diff --git a/app/scenes/Dashboard.js b/app/scenes/Dashboard.js index 38f98a1bc..f73b8a980 100644 --- a/app/scenes/Dashboard.js +++ b/app/scenes/Dashboard.js @@ -45,6 +45,7 @@ class Dashboard extends React.Component { key="recent" documents={documents.recentlyViewed} fetch={documents.fetchRecentlyViewed} + showCollection /> @@ -53,12 +54,14 @@ class Dashboard extends React.Component { documents={documents.createdByUser(user)} fetch={documents.fetchOwned} options={{ user }} + showCollection />