This commit is contained in:
cyril lopez 2018-03-26 15:32:27 +02:00
parent f6c0061334
commit 00c7f0dffb

View File

@ -119,7 +119,6 @@ class PopUpForm extends React.Component { // eslint-disable-line react/prefer-st
} }
render() { render() {
console.log(this.props.form.items);
const navContainer = this.props.noNav ? '' : this.renderNavContainer(); const navContainer = this.props.noNav ? '' : this.renderNavContainer();
const modalBodyStyle = this.props.renderModalBody ? { paddingTop: '2.3rem' } : {}; const modalBodyStyle = this.props.renderModalBody ? { paddingTop: '2.3rem' } : {};
const modalBody = this.props.renderModalBody ? this.props.renderModalBody() const modalBody = this.props.renderModalBody ? this.props.renderModalBody()