Rename the action to make it clearer what it is doing
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
// People events
|
// People events
|
||||||
onPeopleClick: function() {
|
onPeopleClick: function() {
|
||||||
dis.dispatch({action: 'view_one_to_one_chat'});
|
dis.dispatch({action: 'view_create_chat'});
|
||||||
},
|
},
|
||||||
|
|
||||||
onPeopleMouseEnter: function() {
|
onPeopleMouseEnter: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user