Fix user edit modal

This commit is contained in:
Lucas BEE 2018-02-21 13:10:06 +01:00
parent cb901277bf
commit bde810f277

View File

@ -127,7 +127,8 @@ class UserEdit extends React.PureComponent {
} }
render() { render() {
return ( return (
<span className="fa fa-pencil clickable" onClick={this.showModal}> <span>
<span className="fa fa-pencil clickable" onClick={this.showModal}></span>
<Modal show={this.state.showModal} onHide={this.hideModal}> <Modal show={this.state.showModal} onHide={this.hideModal}>
<Modal.Header closeButton> <Modal.Header closeButton>
<Modal.Title> <Modal.Title>