diff --git a/src/controls/webPartTitle/WebPartTitle.tsx b/src/controls/webPartTitle/WebPartTitle.tsx index c87f24466..172899c66 100644 --- a/src/controls/webPartTitle/WebPartTitle.tsx +++ b/src/controls/webPartTitle/WebPartTitle.tsx @@ -49,7 +49,7 @@ export class WebPartTitle extends React.Component { } { - this.props.displayMode !== DisplayMode.Edit && this.props.title && {this.props.title} + this.props.displayMode !== DisplayMode.Edit && this.props.title && {this.props.title} } );