diff --git a/src/components/modal/v2/parts/Donut.jsx b/src/components/modal/v2/parts/Donut.jsx index 5943a9c283..1afecfbcae 100644 --- a/src/components/modal/v2/parts/Donut.jsx +++ b/src/components/modal/v2/parts/Donut.jsx @@ -67,7 +67,11 @@ const Donut = ({ {/* eslint-disable-next-line jsx-a11y/aria-role */} - + +

+ {/* the space before the comma is needed so the payment gets read correctly */} + {isQualifying && periodicPayment !== '-' ? `${periodicPayment} , ${timeStamp}` : timeStamp} +

{isQualifying && periodicPayment !== '-' && (