Skip to content

Commit

Permalink
add comments for taxRates field on policy proptypes for IOURequestSte…
Browse files Browse the repository at this point in the history
…pAmount
  • Loading branch information
teneeto committed Feb 19, 2024
1 parent 697bc85 commit b051dc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/iou/request/step/IOURequestStepAmount.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ const propTypes = {
tax: PropTypes.shape({
trackingEnabled: PropTypes.bool,
}),

/** Collection of tax rates attached to a policy */
taxRates: taxPropTypes,
}),
};
Expand Down

0 comments on commit b051dc4

Please sign in to comment.