Skip to content

Commit

Permalink
Merge pull request Expensify#36165 from esh-g/report-name-update
Browse files Browse the repository at this point in the history
Change report name in mast head upon modification
  • Loading branch information
Gonals authored Feb 12, 2024
2 parents eebd75e + 213a693 commit b2cc3f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/home/report/ReportActionItemCreated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export default withOnyx<ReportActionItemCreatedProps, ReportActionItemCreatedOny
prevProps.report?.statusNum === nextProps.report?.statusNum &&
prevProps.report?.lastReadTime === nextProps.report?.lastReadTime &&
prevProps.report?.description === nextProps.report?.description &&
prevProps.personalDetails === nextProps.personalDetails,
prevProps.personalDetails === nextProps.personalDetails &&
prevProps.report?.reportName === nextProps.report?.reportName,
),
);

0 comments on commit b2cc3f9

Please sign in to comment.