1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Remove brackets

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-04-21 17:34:03 +02:00
parent 4e1409dc2c
commit ffcd79f4a3

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