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 = (
-
- } >
-
-
-
- );
+ // const actions = (
+ //
+ // } >
+ //
+ //
+ //
+ // );
return (
-
+
{ store.isFetching ? (