mirror of https://github.com/vector-im/riot-web
parent
27ee90cad5
commit
6e027badc0
|
@ -1566,7 +1566,7 @@ export default createReactClass({
|
|||
dis.dispatch({
|
||||
action: 'view_my_groups',
|
||||
});
|
||||
} else if (screen == 'complete_security') {
|
||||
} else if (screen === 'complete_security') {
|
||||
dis.dispatch({
|
||||
action: 'start_complete_security',
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue