You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Appease the linter
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user