1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00
This commit is contained in:
Richard Lewis
2018-02-28 13:43:19 +00:00
parent 21c8bed94d
commit f3c928a4fc

View File

@@ -48,7 +48,7 @@ export default class MStickerBody extends MImageBody {
const RoomTooltip = sdk.getComponent("rooms.RoomTooltip");
tooltip = <RoomTooltip
className="mx_RoleButton_tooltip"
label={ tooltipBody } />;
label={tooltipBody} />;
}
return (