Skip to content

Commit

Permalink
Update ButtonIconForInput.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MargoMarm committed Sep 24, 2023
1 parent c8707ec commit bd354cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ButtonIconForInput/ButtonIconForInput.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function ButtonIconForInput({ children, onClick, right, type }) {
}

ButtonIconForInput.propTypes = {
onClick: PropTypes.func.isRequired,
onClick: PropTypes.func,
right: PropTypes.string,
type: PropTypes.string.isRequired,
children: PropTypes.object.isRequired,
Expand Down

0 comments on commit bd354cb

Please sign in to comment.