Get variable name right
parent
98b22460ec
commit
a6fdbda011
|
@ -261,7 +261,7 @@ module.exports = React.createClass({
|
||||||
});
|
});
|
||||||
MatrixClientPeg.get().deleteThreePid(threepid.medium, threepid.address).then(() => {
|
MatrixClientPeg.get().deleteThreePid(threepid.medium, threepid.address).then(() => {
|
||||||
return this._refreshFromServer();
|
return this._refreshFromServer();
|
||||||
}).catch((e) => {
|
}).catch((err) => {
|
||||||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||||
Modal.createDialog(ErrorDialog, {
|
Modal.createDialog(ErrorDialog, {
|
||||||
title: "Unable to remove contact information",
|
title: "Unable to remove contact information",
|
||||||
|
|
Loading…
Reference in New Issue