const stickies = this.props.stickies.filter(s => s.tags.some(tag => t.id === tag.id));