From fde0fa6cd168d550759d534fa37bde7265a6be45 Mon Sep 17 00:00:00 2001
From: dukenv0307 <dukenv0307@gmail.com>
Date: Fri, 27 Oct 2023 11:48:59 +0700
Subject: [PATCH] fix: update isLoading in floating action button

---
 .../sidebar/SidebarScreen/FloatingActionButtonAndPopover.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js
index 340e7a0ed6a8..c6bee17dc10f 100644
--- a/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js
+++ b/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js
@@ -281,7 +281,7 @@ export default compose(
             key: ONYXKEYS.BETAS,
         },
         isLoading: {
-            key: ONYXKEYS.IS_LOADING_REPORT_DATA,
+            key: ONYXKEYS.IS_LOADING_APP,
         },
         demoInfo: {
             key: ONYXKEYS.DEMO_INFO,