diff --git a/_inc/client/components/module-toggle/index.jsx b/_inc/client/components/module-toggle/index.jsx index 880442967305e..05daf64346665 100644 --- a/_inc/client/components/module-toggle/index.jsx +++ b/_inc/client/components/module-toggle/index.jsx @@ -32,7 +32,9 @@ export const ModuleToggle = React.createClass( { id = { this.props.id } compact = { this.props.compact } onChange={ this.toggleModule }> - { this.props.children } + + { this.props.children } + ); }