Skip to content

Commit

Permalink
removes unused props
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleshike committed Apr 4, 2024
1 parent af1bfc3 commit a0e3a34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/InputLabel/InputLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'scss/forms/input_label.scss';

const InputLabel = ({
className,
elementType,
labelHtmlFor,
text,
required,
Expand Down
1 change: 0 additions & 1 deletion src/InputLegend/InputLegend.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'scss/forms/input_label.scss';

const InputLegend = ({
className,
elementType,
labelHtmlFor,
text,
required,
Expand Down

0 comments on commit a0e3a34

Please sign in to comment.