diff --git a/frontend/components/AtlasPreview/AtlasPreview.js b/frontend/components/AtlasPreview/AtlasPreview.js index 02c246d01..000be7efc 100644 --- a/frontend/components/AtlasPreview/AtlasPreview.js +++ b/frontend/components/AtlasPreview/AtlasPreview.js @@ -19,7 +19,7 @@ class AtlasPreview extends React.Component { return (
-

{ data.name }

+

{ data.name }

{ data.recentDocuments.length > 0 ? data.recentDocuments.map(document => { return ( diff --git a/frontend/scenes/Dashboard/Dashboard.js b/frontend/scenes/Dashboard/Dashboard.js index d3987bde6..9a7e0549b 100644 --- a/frontend/scenes/Dashboard/Dashboard.js +++ b/frontend/scenes/Dashboard/Dashboard.js @@ -50,7 +50,7 @@ class Dashboard extends React.Component { actions={ actions } > - + { store.isFetching ? ( ) : store.collections && store.collections.map((collection) => {