Skip to content

Commit

Permalink
Change report name in mast head upon modification
Browse files Browse the repository at this point in the history
  • Loading branch information
esh-g committed Feb 8, 2024
1 parent 9cd533b commit 213a693
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 213a693

Please sign in to comment.