From 6f3ff8e6a87c933d2200f33ab97130ea69e9ec69 Mon Sep 17 00:00:00 2001 From: Tim Golen Date: Wed, 21 Sep 2022 16:24:53 -0600 Subject: [PATCH] Correct the Onyx beta key that sidebar connects to --- src/libs/SidebarUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/SidebarUtils.js b/src/libs/SidebarUtils.js index 02366c391b7e..9bb03783d3ec 100644 --- a/src/libs/SidebarUtils.js +++ b/src/libs/SidebarUtils.js @@ -44,7 +44,7 @@ Onyx.connect({ let betas; Onyx.connect({ - key: ONYXKEYS.NVP_PRIORITY_MODE, + key: ONYXKEYS.BETAS, callback: val => betas = val, });