axios.get(API.current.featuredSequencesPath)
      .then(response => this.setState({ featuredList: response.data }));