Lint
This commit is contained in:
parent
d6f96f2f27
commit
63d2d128c5
1 changed files with 2 additions and 2 deletions
|
@ -301,8 +301,8 @@ export default class SecurityUserSettingsTab extends React.Component {
|
||||||
{
|
{
|
||||||
a: sub => <a href={"#/user/" + MatrixClientPeg.get().getUserId()}
|
a: sub => <a href={"#/user/" + MatrixClientPeg.get().getUserId()}
|
||||||
onClick={this._onGoToUserProfileClick}
|
onClick={this._onGoToUserProfileClick}
|
||||||
>{sub}</a>
|
>{sub}</a>,
|
||||||
}
|
},
|
||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
<div className='mx_SettingsTab_subsectionText'>
|
<div className='mx_SettingsTab_subsectionText'>
|
||||||
|
|
Loading…
Reference in a new issue