Skip to content

Commit

Permalink
made isLocalFile optional
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Jan 18, 2024
1 parent 3ce7f52 commit 528f3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/ReportActionItemImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type ReportActionItemImageProps = {
transaction?: Transaction;

/** whether thumbnail is refer the local file or not */
isLocalFile: boolean;
isLocalFile?: boolean;

/** whether the receipt can be replaced */
canEditReceipt?: boolean;
Expand Down

0 comments on commit 528f3c2

Please sign in to comment.