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:
@@ -2,7 +2,6 @@ import React from 'react'
|
||||
import PropTypes from 'prop-types'
|
||||
import { connect } from 'react-redux'
|
||||
import { defineMessages, injectIntl } from 'react-intl'
|
||||
import ImmutablePureComponent from 'react-immutable-pure-component'
|
||||
import {
|
||||
URL_GAB_PRO,
|
||||
DEFAULT_THEME,
|
||||
@@ -13,7 +12,7 @@ import Icon from '../icon'
|
||||
import Image from '../image'
|
||||
import ModalLayout from './modal_layout'
|
||||
|
||||
class ProUpgradeModal extends ImmutablePureComponent {
|
||||
class ProUpgradeModal extends React.PureComponent {
|
||||
|
||||
render() {
|
||||
const {
|
||||
|
||||
Reference in New Issue
Block a user