Skip to content

Commit 32b2dc2

Browse files
committed
style(src/index.js): use singlequote
1 parent fcc15ff commit 32b2dc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,7 @@ class ReactTooltip extends React.Component {
472472
},
473473
effect: effect,
474474
offset: offset,
475-
padding:
476-
target.getAttribute("data-padding") || self.props.padding,
475+
padding: target.getAttribute('data-padding') || self.props.padding,
477476
html:
478477
(target.getAttribute('data-html')
479478
? target.getAttribute('data-html') === 'true'

0 commit comments

Comments
 (0)