Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(ProgressIndicator): fix wrong prop (#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
asudoh authored Mar 7, 2019
1 parent 64a9d1d commit 6f0d451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProgressIndicator/ProgressIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f0d451

Please sign in to comment.