Skip to content

Commit

Permalink
Disable eslint a11y label-has-for rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Aug 6, 2018
1 parent 70ea812 commit ac397b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/checklist/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export class ChecklistHeader extends PureComponent {
<ProgressBar compact total={ total } value={ completed } />
</div>
<div className="checklist__header-secondary">
{ /* eslint-disable-next-line jsx-a11y/label-has-for */ }
<label htmlFor="checklist__header-action" className="checklist__header-summary">
{ buttonText }
</label>
Expand Down

0 comments on commit ac397b9

Please sign in to comment.