Human de-linting

This commit is contained in:
Travis Ralston 2019-05-15 13:55:50 -06:00
parent 25e3f7888e
commit 6e3b06f364
3 changed files with 7 additions and 4 deletions

View file

@ -200,7 +200,8 @@ module.exports = React.createClass({
'underlinedServerName': () => {
return <TextWithTooltip
class="mx_Login_underlinedServerName"
tooltip={this.props.serverConfig.hsUrl}>
tooltip={this.props.serverConfig.hsUrl}
>
{this.props.serverConfig.hsName}
</TextWithTooltip>;
},