Skip to content

Commit

Permalink
Fix JSDoc related linting warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakePT committed Feb 24, 2022
1 parent 2d552e6 commit 091adae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/js/instant-results/components/common/checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import { WPElement } from '@wordpress/element';
/**
* Checkbox component.
*
* @param {Option} props Component props.
* @param {Option} props Component props.
* @param {string} props.count Checkbox count.
* @param {string} props.id Checkbox ID.
* @param {string} props.id Checkbox ID.
* @param {string} props.label Checkbox label.
*
* @return {WPElement} Component element.
Expand Down

0 comments on commit 091adae

Please sign in to comment.