Skip to content

Commit

Permalink
fix remove hardcode
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Feb 15, 2024
1 parent 10df32a commit a16983b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CategoryPicker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ CategoryPicker.defaultProps = defaultProps;

export default withOnyx({
policyCategories: {
key: ({policyID}) => `${ONYXKEYS.COLLECTION.POLICY_CATEGORIES}${"062D53707053B5B9"}`,
key: ({policyID}) => `${ONYXKEYS.COLLECTION.POLICY_CATEGORIES}${policyID}`,
},
policyRecentlyUsedCategories: {
key: ({policyID}) => `${ONYXKEYS.COLLECTION.POLICY_RECENTLY_USED_CATEGORIES}${policyID}`,
Expand Down

0 comments on commit a16983b

Please sign in to comment.