From 77009cec6c2eedc61ab9197a9174c3cec0fff0e5 Mon Sep 17 00:00:00 2001 From: Daniel Edwards Date: Fri, 19 Jan 2024 15:36:27 -0500 Subject: [PATCH] Update key for transaction violations in SidebarLinksData.js --- src/pages/home/sidebar/SidebarLinksData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/home/sidebar/SidebarLinksData.js b/src/pages/home/sidebar/SidebarLinksData.js index 43fdd7f6b9c3..379b010f16e7 100644 --- a/src/pages/home/sidebar/SidebarLinksData.js +++ b/src/pages/home/sidebar/SidebarLinksData.js @@ -269,7 +269,7 @@ export default compose( initialValue: {}, }, transactionViolations: { - key: ONYXKEYS.TRANSACTION_VIOLATIONS, + key: ONYXKEYS.COLLECTION.TRANSACTION_VIOLATIONS, initialValue: {}, }, }),