diff --git a/src/scenes/Dashboard/Dashboard.js b/src/scenes/Dashboard/Dashboard.js index e8d80101..8c98467f 100644 --- a/src/scenes/Dashboard/Dashboard.js +++ b/src/scenes/Dashboard/Dashboard.js @@ -20,7 +20,7 @@ class Dashboard extends React.Component { } componentDidMount = () => { - store.fetchAtlases(this.props.user.team.id); + // store.fetchAtlases(this.props.user.team.id); } state = { diff --git a/src/scenes/Home/Home.js b/src/scenes/Home/Home.js index 715f6b55..270503da 100644 --- a/src/scenes/Home/Home.js +++ b/src/scenes/Home/Home.js @@ -19,8 +19,6 @@ export default class Home extends React.Component { } render() { - if (this.props.user.authenticated) return (
); - return (