mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
Lint
This commit is contained in:
parent
d6f96f2f27
commit
63d2d128c5
@ -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 New Issue
Block a user