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