Fix linter errors

This commit is contained in:
Alex Gleason 2020-05-21 20:40:06 -05:00
parent 13defcda1a
commit aec10e18a1
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ export default class IconButton extends React.PureComponent {
animate: PropTypes.bool,
overlay: PropTypes.bool,
tabIndex: PropTypes.string,
text: PropTypes.string,
};
static defaultProps = {