Updated PureComponent usage

This commit is contained in:
mgabdev
2020-01-29 16:54:39 -05:00
parent cb55ef9f04
commit 960c43d24c
9 changed files with 11 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ const links = [
export default
@injectIntl
@withRouter
class FooterBar extends React.PureComponent {
class FooterBar extends PureComponent {
static propTypes = {
intl: PropTypes.object.isRequired,