aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/components/settings/account/AccountDashboard.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js
index 649c4b067..e079fd2f4 100644
--- a/src/components/settings/account/AccountDashboard.js
+++ b/src/components/settings/account/AccountDashboard.js
@@ -95,7 +95,6 @@ export default class AccountDashboard extends Component {
95 deleteAccount: PropTypes.func.isRequired, 95 deleteAccount: PropTypes.func.isRequired,
96 isLoadingDeleteAccount: PropTypes.bool.isRequired, 96 isLoadingDeleteAccount: PropTypes.bool.isRequired,
97 isDeleteAccountSuccessful: PropTypes.bool.isRequired, 97 isDeleteAccountSuccessful: PropTypes.bool.isRequired,
98 pathname: PropTypes.string.isRequired,
99 }; 98 };
100 99
101 static contextTypes = { 100 static contextTypes = {
@@ -118,7 +117,6 @@ export default class AccountDashboard extends Component {
118 deleteAccount, 117 deleteAccount,
119 isLoadingDeleteAccount, 118 isLoadingDeleteAccount,
120 isDeleteAccountSuccessful, 119 isDeleteAccountSuccessful,
121 pathname,
122 } = this.props; 120 } = this.props;
123 const { intl } = this.context; 121 const { intl } = this.context;
124 122