Skip to content

Commit

Permalink
Fix prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Dec 6, 2021
1 parent 2d7f5eb commit a77f061
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const propTypes = {
showValues: PropTypes.bool,
steps: PropTypes.number,
timeFormatter: PropTypes.func,
valueFormatter: PropTypes.string,
valueFormatter: PropTypes.func,
verboseMap: PropTypes.object,
};

Expand Down

0 comments on commit a77f061

Please sign in to comment.