mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Redundant onclick
This commit is contained in:
parent
c8f6d46c8b
commit
7142ea8f1e
@ -107,7 +107,7 @@ module.exports = React.createClass({
|
|||||||
</button>;
|
</button>;
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className={classes} onClick={this.onClick}>
|
<div className={classes}>
|
||||||
{ avatar }
|
{ avatar }
|
||||||
{ sender }
|
{ sender }
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user