Finished updating the reformatting of propTypes and set redux, intl functions to end of component
• Finished: - updating the reformatting of propTypes and set redux, intl functions to end of component • Removed: - Gif implementation
This commit is contained in:
@@ -3,12 +3,7 @@ import PropTypes from 'prop-types'
|
||||
import PopoverLayout from './popover_layout'
|
||||
import ColumnIndicator from '../column_indicator'
|
||||
|
||||
export default class ErrorPopover extends React.PureComponent {
|
||||
|
||||
static defaultProps = {
|
||||
isXS: PropTypes.bool,
|
||||
onClose: PropTypes.func,
|
||||
}
|
||||
class ErrorPopover extends React.PureComponent {
|
||||
|
||||
render() {
|
||||
const { isXS } = this.props
|
||||
@@ -29,3 +24,10 @@ export default class ErrorPopover extends React.PureComponent {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
ErrorPopover.defaultProps = {
|
||||
isXS: PropTypes.bool,
|
||||
onClose: PropTypes.func,
|
||||
}
|
||||
|
||||
export default ErrorPopover
|
||||
Reference in New Issue
Block a user