Lint
This commit is contained in:
parent
4e38b63b82
commit
5d4aa03c8e
1 changed files with 2 additions and 2 deletions
|
@ -329,8 +329,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…
Add table
Add a link
Reference in a new issue