Fix eslint6 react/self-closing-comp

[MAILPOET-1140]
This commit is contained in:
Pavel Dohnal
2018-03-15 09:31:41 +00:00
parent 4177701044
commit c39aeb6283
5 changed files with 4 additions and 6 deletions

View File

@@ -32,8 +32,7 @@ function Tooltip(props) {
data-event="click"
data-tip
data-for={tooltipId}
>
</span>
/>
<ReactTooltip
globalEventOff="click"
multiline={true}