Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonals committed Aug 7, 2023
1 parent d0d61a7 commit b38111d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/home/report/ReportActionItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,12 @@ const propTypes = {
emojiReactions: EmojiReactionsPropTypes,
personalDetailsList: PropTypes.objectOf(personalDetailsPropType),

/** Is this the only report action on the report? */
isOnlyReportAction: PropTypes.bool,

/** IOU report for this action, if any */
iouReport: reportPropTypes,

/** Flag to show, hide the thread divider line */
shouldHideThreadDividerLine: PropTypes.bool,

};

const defaultProps = {
Expand All @@ -120,7 +118,6 @@ const defaultProps = {
personalDetailsList: {},
shouldShowSubscriptAvatar: false,
hasOutstandingIOU: false,
isOnlyReportAction: false,
iouReport: undefined,
shouldHideThreadDividerLine: false,
};
Expand Down

0 comments on commit b38111d

Please sign in to comment.