discard propTypes.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
bf891c85e8
commit
598cf21684
2 changed files with 2 additions and 17 deletions
|
@ -153,7 +153,8 @@ 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 = this.state.phoneCountry;
|
||||
const phoneCountry = "XK";
|
||||
|
||||
const task = new AddThreepid();
|
||||
this.setState({verifying: true, continueDisabled: true, addTask: task});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue