Skip to content

Commit

Permalink
fix: eliminate lint issues in Field component
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Norman <spencern@gmail.com>
  • Loading branch information
spencern committed Nov 27, 2019
1 parent 1da6063 commit 1ee2a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/src/components/Field/v1/Field.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Field extends Component {
/**
* The text for the "Optional" label text.
*/
optionalLabelText: PropTypes.string,
optionalLabelText: PropTypes.string
};

static defaultProps = {
Expand Down

0 comments on commit 1ee2a57

Please sign in to comment.