diff --git a/.eslintrc.es6.json b/.eslintrc.es6.json index 7a1d99eb51..7a60d30c86 100644 --- a/.eslintrc.es6.json +++ b/.eslintrc.es6.json @@ -31,7 +31,6 @@ "react/jsx-boolean-value": 0, "react/jsx-no-bind": 0, "react/no-array-index-key": 0, - "react/self-closing-comp": 0, "react/jsx-closing-bracket-location": 0, "react/no-string-refs": 0, "react/no-did-mount-set-state": 0, diff --git a/assets/js/src/help-tooltip.jsx b/assets/js/src/help-tooltip.jsx index b02bd6e87b..cfbf203186 100644 --- a/assets/js/src/help-tooltip.jsx +++ b/assets/js/src/help-tooltip.jsx @@ -32,8 +32,7 @@ function Tooltip(props) { data-event="click" data-tip data-for={tooltipId} - > - + /> { this.props.column.label } - + ); } else { diff --git a/assets/js/src/newsletters/listings/mixins.jsx b/assets/js/src/newsletters/listings/mixins.jsx index e2d56a9b16..04d6364ee0 100644 --- a/assets/js/src/newsletters/listings/mixins.jsx +++ b/assets/js/src/newsletters/listings/mixins.jsx @@ -129,7 +129,7 @@ const QueueMixin = { + /> { percentage } diff --git a/assets/js/src/newsletters/templates/template_box.jsx b/assets/js/src/newsletters/templates/template_box.jsx index c8ef7d5a1c..2a70491c80 100644 --- a/assets/js/src/newsletters/templates/template_box.jsx +++ b/assets/js/src/newsletters/templates/template_box.jsx @@ -107,7 +107,7 @@ class TemplateBox extends React.Component { preview = ( -
+
); }