diff --git a/ui/components/ui/icon-button/icon-button.js b/ui/components/ui/icon-button/icon-button.js index d29c6736e..b0a5b1b25 100644 --- a/ui/components/ui/icon-button/icon-button.js +++ b/ui/components/ui/icon-button/icon-button.js @@ -35,7 +35,7 @@ export default function IconButton({ IconButton.propTypes = { onClick: PropTypes.func.isRequired, - Icon: PropTypes.func.isRequired, + Icon: PropTypes.object.isRequired, disabled: PropTypes.bool, label: PropTypes.string.isRequired, tooltipRender: PropTypes.func,