From ffc8f3c2274154f57a63ba8d12f8981ad970aefb Mon Sep 17 00:00:00 2001 From: Mikael Svenson Date: Wed, 5 Sep 2018 13:27:46 +0200 Subject: [PATCH] Added accessibility tags --- src/controls/webPartTitle/WebPartTitle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} } );