in assets/src/common/starRating/StarRating.tsx [10:13]
render() { return ( <span> <Glyphicon glyph={this.props.stars >= 1 ? "star" : "star-empty"} />