Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit f589f5a

Browse files
author
Mike England
committed
Fix props doc blocks
1 parent aba405d commit f589f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/atoms/Icon/Icon.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function sizeToPx(size) {
2222
/**
2323
* Render the Icon component.
2424
*
25-
* @param {object} props props.
25+
* @param {object} props The component attributes as props.
2626
* @param {boolean} props.ariaHidden If aria-hidden is true.
2727
* @param {string} props.className Icon className.
2828
* @param {string} props.icon Icon svg.

components/atoms/Inputs/Select/Select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import styles from './Select.module.css'
77
* Render the Select component.
88
*
99
* @author WebDevStudios
10-
* @param {object} props props.
10+
* @param {object} props The component attributes as props.
1111
* @param {string} props.className Select wrapper className.
1212
* @param {string} props.description Select description.
1313
* @param {string} props.label Select input label.

0 commit comments

Comments
 (0)