mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 12:28:50 +03:00
idiot - fix bind warnings
This commit is contained in:
parent
27d72fb1dc
commit
4f14ead741
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ module.exports = React.createClass({
|
|||
<img src="img/tick.svg" width="17" height="14" alt="./"/>
|
||||
</div>
|
||||
}
|
||||
var boundClick = self.onColorSchemeChanged.bind(this, i)
|
||||
var boundClick = self.onColorSchemeChanged.bind(self, i)
|
||||
return (
|
||||
<div className="mx_RoomSettings_roomColor"
|
||||
key={ "room_color_" + i }
|
||||
|
|
Loading…
Reference in a new issue