Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 13b9d6a

Browse files
author
Worth Lutz
committedJul 19, 2018
eslint-disable-line comment - fixes #95
1 parent 708ac8c commit 13b9d6a

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
@@ -198,7 +198,7 @@ class TreeNode extends React.Component {
198198
const inputId = `${treeId}-${String(value).split(' ').join('_')}`;
199199

200200
const render = [(
201-
<label key={0} htmlFor={inputId}>
201+
<label key={0} htmlFor={inputId}> {/* eslint-disable-line jsx-a11y/label-has-for */}
202202
<NativeCheckbox
203203
checked={checked === 1}
204204
disabled={disabled}

0 commit comments

Comments
 (0)
Please sign in to comment.