Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemorawski committed Nov 15, 2023
1 parent 6080787 commit 5da6f16
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/iou/ReceiptSelector/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,12 @@ const propTypes = {

/** The id of the transaction we're editing */
transactionID: PropTypes.string,

/** Name of the selected receipt tab */
selectedTab: PropTypes.string,
};

const defaultProps = {
report: {},
iou: iouDefaultProps,
transactionID: '',
selectedTab: '',
};

function ReceiptSelector({route, report, iou, transactionID}) {
Expand Down

0 comments on commit 5da6f16

Please sign in to comment.