diff --git a/plugins/talk-plugin-local-auth/client/components/AddEmailAddressDialog.js b/plugins/talk-plugin-local-auth/client/components/AddEmailAddressDialog.js index 0fd70b505..dc7e0d974 100644 --- a/plugins/talk-plugin-local-auth/client/components/AddEmailAddressDialog.js +++ b/plugins/talk-plugin-local-auth/client/components/AddEmailAddressDialog.js @@ -93,14 +93,6 @@ class AddEmailAddressDialog extends React.Component { }); }; - hasError = err => { - return Object.keys(this.state.errors).indexOf(err) !== -1; - }; - - formHasError = () => { - return !!Object.keys(this.state.errors).length; - }; - showErrors = () => { this.setState({ showErrors: true,