fix usersettings cancel fail on new accounts
parent
3cf12f8626
commit
b86af8939a
|
@ -1036,8 +1036,7 @@ module.exports = React.createClass({
|
|||
}
|
||||
else {
|
||||
dis.dispatch({
|
||||
action: 'view_indexed_room',
|
||||
roomIndex: 0,
|
||||
action: 'view_room_directory',
|
||||
});
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue