1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

undo unrelated change

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-04-21 18:10:47 +01:00
parent 65b3adfbe3
commit fd10ab840e

View File

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