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) {
|
if (disambiguate) {
|
||||||
mxidElement = (
|
mxidElement = (
|
||||||
<span className="mx_SenderProfile_mxid">
|
<span className="mx_SenderProfile_mxid">
|
||||||
{ `[${mxid}]` }
|
{ mxid }
|
||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue