Skip to content

Commit

Permalink
Remove unnecessary JSDoc comment from CheckItem component
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanGrims committed Dec 11, 2024
1 parent 30db081 commit b25cdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CheckItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from "react";
* CheckItem component
* @param {string} label - The label of the checkbox
* @param {boolean} checked - The state of the checkbox
*/
*/
export default function CheckItem({
label,
checked,
Expand Down

0 comments on commit b25cdab

Please sign in to comment.