/** @jsx React.DOM */ var Nav = createReactClass({ render: function() { var title = ( <> {this.props.title} {this.props.showAlert ? { "\u26a0" } : null } > ); return ( ); }, });