Skip to content

Commit

Permalink
Fix bad manual merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Jul 4, 2023
1 parent 50c362a commit 9e0cabf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/libs/ReportUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Onyx.connect({
},
});

let loginList;
Onyx.connect({
key: ONYXKEYS.LOGIN_LIST,
callback: (val) => (loginList = _.isEmpty(val) ? [] : _.keys(val)),
});

let preferredLocale = CONST.LOCALES.DEFAULT;
Onyx.connect({
key: ONYXKEYS.NVP_PREFERRED_LOCALE,
Expand Down

0 comments on commit 9e0cabf

Please sign in to comment.