mirror of https://github.com/vector-im/riot-web
Human de-linting
parent
25e3f7888e
commit
6e3b06f364
|
@ -200,7 +200,8 @@ module.exports = React.createClass({
|
||||||
'underlinedServerName': () => {
|
'underlinedServerName': () => {
|
||||||
return <TextWithTooltip
|
return <TextWithTooltip
|
||||||
class="mx_Login_underlinedServerName"
|
class="mx_Login_underlinedServerName"
|
||||||
tooltip={this.props.serverConfig.hsUrl}>
|
tooltip={this.props.serverConfig.hsUrl}
|
||||||
|
>
|
||||||
{this.props.serverConfig.hsName}
|
{this.props.serverConfig.hsName}
|
||||||
</TextWithTooltip>;
|
</TextWithTooltip>;
|
||||||
},
|
},
|
||||||
|
|
|
@ -285,7 +285,8 @@ export default class PasswordLogin extends React.Component {
|
||||||
'underlinedServerName': () => {
|
'underlinedServerName': () => {
|
||||||
return <TextWithTooltip
|
return <TextWithTooltip
|
||||||
class="mx_Login_underlinedServerName"
|
class="mx_Login_underlinedServerName"
|
||||||
tooltip={this.props.serverConfig.hsUrl}>
|
tooltip={this.props.serverConfig.hsUrl}
|
||||||
|
>
|
||||||
{this.props.serverConfig.hsName}
|
{this.props.serverConfig.hsName}
|
||||||
</TextWithTooltip>;
|
</TextWithTooltip>;
|
||||||
},
|
},
|
||||||
|
|
|
@ -522,7 +522,8 @@ module.exports = React.createClass({
|
||||||
'underlinedServerName': () => {
|
'underlinedServerName': () => {
|
||||||
return <TextWithTooltip
|
return <TextWithTooltip
|
||||||
class="mx_Login_underlinedServerName"
|
class="mx_Login_underlinedServerName"
|
||||||
tooltip={this.props.serverConfig.hsUrl}>
|
tooltip={this.props.serverConfig.hsUrl}
|
||||||
|
>
|
||||||
{this.props.serverConfig.hsName}
|
{this.props.serverConfig.hsName}
|
||||||
</TextWithTooltip>;
|
</TextWithTooltip>;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue