mirror of https://github.com/vector-im/riot-web
Remove brackets
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
4e1409dc2c
commit
ffcd79f4a3
|
@ -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 New Issue