diff --git a/src/app/components/PaymentSummary/index.tsx b/src/app/components/PaymentSummary/index.tsx index 634350bc2b..20a6150731 100644 --- a/src/app/components/PaymentSummary/index.tsx +++ b/src/app/components/PaymentSummary/index.tsx @@ -42,7 +42,9 @@ const Dt = ({ children }: { children: React.ReactNode }) => ( ); const Dd = ({ children }: { children: React.ReactNode }) => ( -
{children}
+
+ {children} +
); export default PaymentSummary;