stopLoading()

in public/js/components/feature_table.js [79:83]


  stopLoading() {
    this.setState({
      loading: false
    });
  }