Fix linter errors
This commit is contained in:
parent
13defcda1a
commit
aec10e18a1
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue