Skip to content

Commit 64e39c8

Browse files
author
Worth Lutz
committed
Merge branch 'fixTest' into refactor
2 parents 79127be + 13b9d6a commit 64e39c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/TreeNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ class TreeNode extends React.Component {
190190
const inputId = `${treeId}-${String(value).split(' ').join('_')}`;
191191

192192
const render = [(
193-
<label key={0} htmlFor={inputId}>
193+
<label key={0} htmlFor={inputId}> {/* eslint-disable-line jsx-a11y/label-has-for */}
194194
<NativeCheckbox
195195
checked={checked === 1}
196196
disabled={disabled}

0 commit comments

Comments
 (0)