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