From f301c305ab4ea2ec785ea99d823ce77e22c5ccfe Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Fri, 12 Aug 2016 15:15:03 +0200 Subject: [PATCH] Hide new collection creation link --- frontend/scenes/Dashboard/Dashboard.js | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/frontend/scenes/Dashboard/Dashboard.js b/frontend/scenes/Dashboard/Dashboard.js index b12ad1539..a68c3677f 100644 --- a/frontend/scenes/Dashboard/Dashboard.js +++ b/frontend/scenes/Dashboard/Dashboard.js @@ -8,7 +8,7 @@ import Layout from 'components/Layout'; import AtlasPreview from 'components/AtlasPreview'; import AtlasPreviewLoading from 'components/AtlasPreviewLoading'; import CenteredContent from 'components/CenteredContent'; -import DropdownMenu, { MenuItem, MoreIcon } from 'components/DropdownMenu'; +// import DropdownMenu, { MenuItem, MoreIcon } from 'components/DropdownMenu'; // import styles from './Dashboard.scss'; @@ -23,21 +23,19 @@ class Dashboard extends React.Component { } render() { - const actions = ( - - } > - - Add collection - - - - ); + // const actions = ( + // + // } > + // + // Add collection + // + // + // + // ); return ( - + { store.isFetching ? (