Skip to content

Commit

Permalink
Merge pull request #11188 from Expensify/tgolen-correct-connection
Browse files Browse the repository at this point in the history
Correct the Onyx beta key that sidebar connects to

(cherry picked from commit 60ca87e)
  • Loading branch information
luacmartins authored and OSBotify committed Sep 22, 2022
1 parent 3522545 commit a9085b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/SidebarUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Onyx.connect({

let betas;
Onyx.connect({
key: ONYXKEYS.NVP_PRIORITY_MODE,
key: ONYXKEYS.BETAS,
callback: val => betas = val,
});

Expand Down

0 comments on commit a9085b0

Please sign in to comment.