diff --git a/components/popover/index.jsx b/components/popover/index.jsx index bcf410e772b7aa9d9699a956cb510f7ab6103c90..8e4e772b7d3be097a24c06778444672b3750677e 100644 --- a/components/popover/index.jsx +++ b/components/popover/index.jsx @@ -47,9 +47,7 @@ const Popover = React.createClass({ getOverlay() { return
-
- {this.props.title} -
+ {this.props.title &&
{this.props.title}
}
{this.props.overlay}