1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

Duplicated names

This commit is contained in:
Jorik Schellekens
2020-05-08 20:53:32 +01:00
parent ac95172ed4
commit 9b7c63a711

View File

@@ -133,7 +133,6 @@ export default createReactClass({
<div className="mx_SenderProfile" dir="auto" onClick={this.props.onClick}>
<div className="mx_SenderProfile_hover">
{ content }
{ content }
</div>
</div>
);