componentDidMount()

in src/components/Dashboard/index.js [18:21]


  componentDidMount() {
      this.props.actions.loadProductsTop();
      this.props.actions.loadStatsSync();
  }