diff --git a/src/index.js b/src/index.js index 867d5973..bef9d0aa 100755 --- a/src/index.js +++ b/src/index.js @@ -780,7 +780,7 @@ class ReactTooltip extends React.Component { .join(' '); if (html) { - const htmlContent = `${content}\n`; + const htmlContent = `${content}\n`; return ( (this.tooltipRef = ref)} data-id="tooltip" > -