Skip to content

Commit

Permalink
fix(mjml-react): make mjml-section component children optional
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskalmar authored and mastertheblaster committed Feb 20, 2019
1 parent b03a170 commit 7892952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mjml-section.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {handleMjmlProps} from './utils';
export class MjmlSection extends Component {

static propTypes = {
children: node.isRequired
children: node
}

render() {
Expand Down

0 comments on commit 7892952

Please sign in to comment.