diff --git a/src/common/containers/Dashboard/index.jsx b/src/common/containers/Dashboard/index.jsx index 74f56fea..5ad79733 100644 --- a/src/common/containers/Dashboard/index.jsx +++ b/src/common/containers/Dashboard/index.jsx @@ -19,7 +19,6 @@ type Props = { class Dashboard extends Component { props: Props - componentDidMount () { this.props.getPosts() }