componentDidMount()

in src/app/content-default-activity.js [31:35]


  componentDidMount() {
    if (this.props.activity.new) {
      this.setTimer();
    }
  }