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
lint
This commit is contained in:
@@ -168,7 +168,7 @@ export default class SetIdServer extends React.Component {
|
|||||||
idserver: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>,
|
idserver: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>,
|
||||||
// XXX: https://github.com/vector-im/riot-web/issues/10564
|
// XXX: https://github.com/vector-im/riot-web/issues/10564
|
||||||
idserver2: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>,
|
idserver2: sub => <b>{abbreviateUrl(this.state.currentClientIdServer)}</b>,
|
||||||
}
|
},
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
message = _t(
|
message = _t(
|
||||||
|
|||||||
Reference in New Issue
Block a user