diff --git a/ui/app/components/ui/icon-button/icon-button.js b/ui/app/components/ui/icon-button/icon-button.js index 400fbc8f5..4b19d1471 100644 --- a/ui/app/components/ui/icon-button/icon-button.js +++ b/ui/app/components/ui/icon-button/icon-button.js @@ -28,7 +28,7 @@ export default function IconButton ({ onClick, Icon, disabled, label, tooltipRen IconButton.propTypes = { onClick: PropTypes.func.isRequired, - Icon: PropTypes.element.isRequired, + Icon: PropTypes.func.isRequired, disabled: PropTypes.bool, label: PropTypes.string.isRequired, tooltipRender: PropTypes.func,