Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Sep 22, 2023
1 parent 2c539de commit a53e871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/home/report/ReportActionsListItemRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const propTypes = {
/** Report for this action */
report: reportPropTypes.isRequired,

/* Whether the option has an outstanding IOU */
/** Whether the option has an outstanding IOU */
hasOutstandingIOU: PropTypes.bool,

/** Sorted actions prepared for display */
Expand Down Expand Up @@ -82,5 +82,6 @@ function ReportActionsListItemRenderer({

ReportActionsListItemRenderer.propTypes = propTypes;
ReportActionsListItemRenderer.defaultProps = defaultProps;
ReportActionsListItemRenderer.displayName = 'ReportActionsListItemRenderer';

export default memo(ReportActionsListItemRenderer);

0 comments on commit a53e871

Please sign in to comment.