Removing add Name

This commit is contained in:
Belen Curcio
2016-11-17 11:54:15 -03:00
parent a2dd08fc98
commit 21f83c6f9a
@@ -55,15 +55,6 @@ class CommentBox extends Component {
const {styles, reply, canPost} = this.props;
// How to handle language in plugins? Should we have a dependency on our central translation file?
return <div>
<div className={`${name}-container`}>
<input type='text'
className={`${name}-username`}
style={styles && styles.textarea}
value={this.state.username}
id={reply ? 'replyUser' : 'commentUser'}
placeholder={lang.t('name')}
onChange={(e) => this.setState({username: e.target.value})}/>
</div>
<div
className={`${name}-container`}>
<label