Removed extraneous conditional
Этот коммит содержится в:
@@ -121,11 +121,9 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
invite_sections[index] = (
|
invite_sections[index] = (
|
||||||
<div key={"key" + index}>
|
<div key={"key" + index}>
|
||||||
{ true ?
|
|
||||||
<div>
|
<div>
|
||||||
<button type="button" className="btn remove__member" onClick={this.removeInviteFields.bind(this, index)}>×</button>
|
<button type="button" className="btn remove__member" onClick={this.removeInviteFields.bind(this, index)}>×</button>
|
||||||
</div>
|
</div>
|
||||||
: ""}
|
|
||||||
<div className={ email_error ? "form-group invite has-error" : "form-group invite" }>
|
<div className={ email_error ? "form-group invite has-error" : "form-group invite" }>
|
||||||
<input onKeyUp={this.displayNameKeyUp} type="text" ref={"email"+index} className="form-control" placeholder="email@domain.com" maxLength="64" />
|
<input onKeyUp={this.displayNameKeyUp} type="text" ref={"email"+index} className="form-control" placeholder="email@domain.com" maxLength="64" />
|
||||||
{ email_error }
|
{ email_error }
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user