diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js index 54f876abe0..58e550a82d 100644 --- a/src/components/structures/UserSettings.js +++ b/src/components/structures/UserSettings.js @@ -261,7 +261,7 @@ module.exports = React.createClass({ }); MatrixClientPeg.get().deleteThreePid(threepid.medium, threepid.address).then(() => { return this._refreshFromServer(); - }).catch((e) => { + }).catch((err) => { const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog"); Modal.createDialog(ErrorDialog, { title: "Unable to remove contact information",