undo unrelated change

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2020-04-21 18:10:47 +01:00
parent 65b3adfbe3
commit fd10ab840e
1 changed files with 1 additions and 2 deletions

View File

@ -153,8 +153,7 @@ export default class PhoneNumbers extends React.Component {
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
const phoneNumber = this.state.newPhoneNumber;
// const phoneCountry = this.state.phoneCountry;
const phoneCountry = "XK";
const phoneCountry = this.state.phoneCountry;
const task = new AddThreepid();
this.setState({verifying: true, continueDisabled: true, addTask: task});