Example #1
0
 handleRemove(tag: string) {
     deleteFromSummary(tag);
     this.setState({
         popular: getPopularFiltered({ flush: true }),
     });
     showInMegaNav();
 }
Example #2
0
 constructor() {
     super();
     this.state = {
         popular: getPopularFiltered(),
     };
 }