render() { return <span> {this.props.conditionA ? "Condition A" : this.props.conditionB ? "Condition B" : "Neither"} </span>; }