Skip to content

Commit

Permalink
Update key for transaction violations in SidebarLinksData.js
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanwards committed Jan 19, 2024
1 parent 991a4e2 commit 77009ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/SidebarLinksData.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export default compose(
initialValue: {},
},
transactionViolations: {
key: ONYXKEYS.TRANSACTION_VIOLATIONS,
key: ONYXKEYS.COLLECTION.TRANSACTION_VIOLATIONS,
initialValue: {},
},
}),
Expand Down

0 comments on commit 77009ce

Please sign in to comment.