1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-18 09:22:18 +03:00

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>;
},