diff --git a/src/components/ProgressIndicator/ProgressIndicator.js b/src/components/ProgressIndicator/ProgressIndicator.js index 17b5201394..fe7981b378 100644 --- a/src/components/ProgressIndicator/ProgressIndicator.js +++ b/src/components/ProgressIndicator/ProgressIndicator.js @@ -142,7 +142,7 @@ ProgressStep.propTypes = { * An optional parameter to allow for overflow content to be rendered in a * tooltip. */ - renderLabel: PropTypes.function, + renderLabel: PropTypes.func, /** * Provide the props that describe a progress step tooltip