From b051dc40de616cabf8c0bb46312526d74963ca31 Mon Sep 17 00:00:00 2001 From: Etotaziba Olei Date: Mon, 19 Feb 2024 06:52:10 +0100 Subject: [PATCH] add comments for taxRates field on policy proptypes for IOURequestStepAmount --- src/pages/iou/request/step/IOURequestStepAmount.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/iou/request/step/IOURequestStepAmount.js b/src/pages/iou/request/step/IOURequestStepAmount.js index b1b18a3caff1..9fdd2bea24f4 100644 --- a/src/pages/iou/request/step/IOURequestStepAmount.js +++ b/src/pages/iou/request/step/IOURequestStepAmount.js @@ -47,6 +47,8 @@ const propTypes = { tax: PropTypes.shape({ trackingEnabled: PropTypes.bool, }), + + /** Collection of tax rates attached to a policy */ taxRates: taxPropTypes, }), };