diff --git a/packages/blockchain-wallet-v4-frontend/src/modals/Borrow/BorrowForm/Summary/index.tsx b/packages/blockchain-wallet-v4-frontend/src/modals/Borrow/BorrowForm/Summary/index.tsx index 785da59887a..0bdd1c9adad 100644 --- a/packages/blockchain-wallet-v4-frontend/src/modals/Borrow/BorrowForm/Summary/index.tsx +++ b/packages/blockchain-wallet-v4-frontend/src/modals/Borrow/BorrowForm/Summary/index.tsx @@ -63,18 +63,10 @@ const Summary: React.FC = props => { <FormattedMessage id='modals.borrow.summary.intrateandamount' - defaultMessage='Interest Rate / Amount' + defaultMessage='Interest Rate' /> - - {props.offer.terms.interestRate * 100}% /{' '} - {props.principal - ? formatFiat( - props.offer.terms.interestRate * Number(props.principal) - ) - : formatFiat(0)}{' '} - {principalDisplayName} - + {props.offer.terms.interestRate * 100}%