chore(react): PureComponent -> Component

This commit is contained in:
Bouncey
2018-11-07 18:16:50 +00:00
committed by mrugesh mohapatra
parent 987da19254
commit aca424be97
18 changed files with 47 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
import React, { PureComponent, Fragment } from 'react';
import React, { Component, Fragment } from 'react';
import PropTypes from 'prop-types';
import nanoid from 'nanoid';
import {
@@ -51,7 +51,7 @@ const mockEvent = {
preventDefault() {}
};
class PortfolioSettings extends PureComponent {
class PortfolioSettings extends Component {
constructor(props) {
super(props);