Skip to content

Commit

Permalink
Use new policy avatarURL key
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Apr 29, 2024
1 parent 0e2eb54 commit 4352549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItemCreated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default withOnyx<ReportActionItemCreatedProps, ReportActionItemCreatedOny
ReportActionItemCreated,
(prevProps, nextProps) =>
prevProps.policy?.name === nextProps.policy?.name &&
prevProps.policy?.avatar === nextProps.policy?.avatar &&
prevProps.policy?.avatarURL === nextProps.policy?.avatarURL &&
prevProps.report?.stateNum === nextProps.report?.stateNum &&
prevProps.report?.statusNum === nextProps.report?.statusNum &&
prevProps.report?.lastReadTime === nextProps.report?.lastReadTime &&
Expand Down

0 comments on commit 4352549

Please sign in to comment.