Remove unused state fields

This commit is contained in:
Pavel Dohnal
2019-01-23 13:09:07 +01:00
parent dbfa672542
commit f054f7ba1f
4 changed files with 1 additions and 5 deletions

View File

@@ -26,7 +26,6 @@ class Breadcrumb extends React.Component {
];
this.state = {
step: null,
steps,
};
}

View File

@@ -7,7 +7,6 @@ import PropTypes from 'prop-types';
class ListingTabs extends React.Component {
state = {
tab: null,
tabs: Hooks.applyFilters('mailpoet_newsletters_listings_tabs', [
{
name: 'standard',

View File

@@ -64,7 +64,6 @@ class Congratulate extends React.Component {
super(props);
this.state = {
loading: true,
fail: false,
newsletter: null,
testingPassed: false,
timeStart: moment(),