Tweak comparison

Co-Authored-By: Travis Ralston <travpc@gmail.com>
pull/21833/head
J. Ryan Stinnett 2020-01-15 22:10:59 +00:00 committed by GitHub
parent 27ee90cad5
commit 6e027badc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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',
});