Skip to content

Commit

Permalink
Remove unused Onyx key
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Dec 1, 2023
1 parent 7025f47 commit e056672
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/AvatarWithDisplayName.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,6 @@ AvatarWithDisplayName.displayName = 'AvatarWithDisplayName';
AvatarWithDisplayName.defaultProps = defaultProps;

export default withOnyx({
session: {
key: ONYXKEYS.SESSION,
},
parentReportActions: {
key: ({report}) => `${ONYXKEYS.COLLECTION.REPORT_ACTIONS}${report ? report.parentReportID : '0'}`,
canEvict: false,
Expand Down

0 comments on commit e056672

Please sign in to comment.