diff --git a/lib/index.js b/lib/index.js index b8a2999..f52157f 100644 --- a/lib/index.js +++ b/lib/index.js @@ -186,7 +186,7 @@ class DocumentMeta extends Component { return count === 1 ? ( React.Children.only(children) ) : count ? ( -
{this.props.children}
+ {this.props.children} ) : null; } }