Remove brackets

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-04-21 17:34:03 +02:00
parent 4e1409dc2c
commit ffcd79f4a3
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 1 deletions

View File

@ -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>
); );
} }