Skip to content

Commit

Permalink
[docs] transpile demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorner committed Apr 3, 2020
1 parent e554019 commit 1deaf25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/text-fields/FormattedInputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ function NumberFormatCustom(props) {

NumberFormatCustom.propTypes = {
inputRef: PropTypes.func.isRequired,
onChange: PropTypes.func.isRequired,
name: PropTypes.string.isRequired,
onChange: PropTypes.func.isRequired,
};

export default function FormattedInputs() {
Expand Down

0 comments on commit 1deaf25

Please sign in to comment.