mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Remove brackets
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
4e1409dc2c
commit
ffcd79f4a3
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ export default class SenderProfile extends React.Component<IProps, IState> {
|
|||
if (disambiguate) {
|
||||
mxidElement = (
|
||||
<span className="mx_SenderProfile_mxid">
|
||||
{ `[${mxid}]` }
|
||||
{ mxid }
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue