Rename the action to make it clearer what it is doing

pull/2110/head
wmwragg 2016-09-05 10:27:54 +01:00
parent 2d827a75a6
commit fb103cb9e1
1 changed files with 1 additions and 1 deletions

View File

@ -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() {