Remove excess brackets

pull/10616/head
Alex P 2017-10-04 13:17:20 -07:00
parent 2218b1f578
commit 3f1a6b91ea
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const RuleHeaderEdit = ({
className="page-header__title page-header--editable kapacitor-theme"
onClick={onToggleEdit}
data-for="rename-kapacitor-tooltip"
data-tip={'<p>Click to Rename</p>'}
data-tip="<p>Click to Rename</p>"
>
{rule.name}
<span className="icon pencil" />