From d6d0b5d45c078956d36ef64464b26d883bc32d5d Mon Sep 17 00:00:00 2001 From: burczu Date: Wed, 20 Nov 2024 12:54:04 +0100 Subject: [PATCH] todo about terms and conditions added --- .../NonUSD/Agreements/substeps/Confirmation.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/ReimbursementAccount/NonUSD/Agreements/substeps/Confirmation.tsx b/src/pages/ReimbursementAccount/NonUSD/Agreements/substeps/Confirmation.tsx index 3a85089c55eb..a3eb911691fd 100644 --- a/src/pages/ReimbursementAccount/NonUSD/Agreements/substeps/Confirmation.tsx +++ b/src/pages/ReimbursementAccount/NonUSD/Agreements/substeps/Confirmation.tsx @@ -31,6 +31,7 @@ function TermsAndConditionsLabel() { return ( {translate('common.iAcceptThe')} + {/* TODO: Add link to terms and conditions */} {`${translate('agreementsStep.termsAndConditions')}`} );