Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Oct 15, 2024
1 parent 01a9daa commit ef00285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ReportActionItem/MoneyRequestView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type MoneyRequestViewProps = {
/** Whether we should show Money Request with disabled all fields */
readonly?: boolean;

/** whether or not this report is from review duplicates */
isFromReviewDuplicates?: boolean;

/** Updated transaction to show in duplicate transaction flow */
Expand Down
1 change: 1 addition & 0 deletions src/components/ReportActionItem/ReportActionItemImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type ReportActionItemImageProps = {
/** Whether the receipt is not editable */
readonly?: boolean;

/** whether or not this report is from review duplicates */
isFromReviewDuplicates?: boolean;
};

Expand Down

0 comments on commit ef00285

Please sign in to comment.