mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Rename the action to make it clearer what it is doing
This commit is contained in:
parent
2d827a75a6
commit
fb103cb9e1
@ -51,7 +51,7 @@ module.exports = React.createClass({
|
||||
|
||||
// People events
|
||||
onPeopleClick: function() {
|
||||
dis.dispatch({action: 'view_one_to_one_chat'});
|
||||
dis.dispatch({action: 'view_create_chat'});
|
||||
},
|
||||
|
||||
onPeopleMouseEnter: function() {
|
||||
|
Loading…
Reference in New Issue
Block a user