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…
Add table
Add a link
Reference in a new issue