You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Lint
This commit is contained in:
@@ -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'>
|
||||||
|
|||||||
Reference in New Issue
Block a user