Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Oct 9, 2023
1 parent 54320fa commit 604b078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ const CONST = {
RECEIPTS: '[email protected]',
STUDENT_AMBASSADOR: '[email protected]',
SVFG: '[email protected]',
EXPENSIFY_EMAIL_DOMAIN: '@expensify',
EXPENSIFY_EMAIL_DOMAIN: '@expensify.com',
},

ACCOUNT_ID: {
Expand Down
1 change: 1 addition & 0 deletions src/libs/Localize/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import LocaleListener from './LocaleListener';
import BaseLocaleListener from './LocaleListener/BaseLocaleListener';
import ONYXKEYS from '../../ONYXKEYS';

// Save the email after user logins
let userEmail = '';
Onyx.connect({
key: ONYXKEYS.SESSION,
Expand Down

0 comments on commit 604b078

Please sign in to comment.