Skip to content

Commit fb103cb

Browse files
committed
Rename the action to make it clearer what it is doing
1 parent 2d827a7 commit fb103cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/BottomLeftMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = React.createClass({
5151

5252
// People events
5353
onPeopleClick: function() {
54-
dis.dispatch({action: 'view_one_to_one_chat'});
54+
dis.dispatch({action: 'view_create_chat'});
5555
},
5656

5757
onPeopleMouseEnter: function() {

0 commit comments

Comments
 (0)