mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Tweak comparison
Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
27ee90cad5
commit
6e027badc0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue