Skip to content

Commit

Permalink
Fix typo in merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jun 5, 2024
1 parent d36a3c6 commit cbc98e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,5 @@ export default memo(
prevProps.isEmptyChat === nextProps.isEmptyChat &&
prevProps.lastReportAction === nextProps.lastReportAction &&
prevProps.isReportReadyForDisplay === nextProps.isReportReadyForDisplay &&
lodashIsEqual(prevProps.reportMetadata, nextProps.reportMetadata),,
lodashIsEqual(prevProps.reportMetadata, nextProps.reportMetadata),
);

0 comments on commit cbc98e2

Please sign in to comment.