Appease the linter
This commit is contained in:
parent
40f6aeba28
commit
6f947ab6d9
3 changed files with 4 additions and 3 deletions
|
@ -61,6 +61,6 @@ export default class ToggleSwitch extends React.Component {
|
||||||
<div className={classes} onClick={this._onClick}>
|
<div className={classes} onClick={this._onClick}>
|
||||||
<div className="mx_ToggleSwitch_ball" />
|
<div className="mx_ToggleSwitch_ball" />
|
||||||
</div>
|
</div>
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -207,7 +207,8 @@ export default class PhoneNumbers extends React.Component {
|
||||||
addVerifySection = (
|
addVerifySection = (
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
{_t("A text message has been sent to +%(msisdn)s. Please enter the verification code it contains", {msisdn: msisdn})}
|
{_t("A text message has been sent to +%(msisdn)s. " +
|
||||||
|
"Please enter the verification code it contains", {msisdn: msisdn})}
|
||||||
<br />
|
<br />
|
||||||
{this.state.verifyError}
|
{this.state.verifyError}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue