diff --git a/admin-spa/src/routes/Settings/Payments.tsx b/admin-spa/src/routes/Settings/Payments.tsx index d58fc88..afc0e90 100644 --- a/admin-spa/src/routes/Settings/Payments.tsx +++ b/admin-spa/src/routes/Settings/Payments.tsx @@ -311,9 +311,10 @@ export default function PaymentsPage() {

{gateway.method_title || gateway.title}

{gateway.description && ( -

- {gateway.description} -

+

)}

@@ -369,9 +370,10 @@ export default function PaymentsPage() { {gateway.method_description && ( -

- {gateway.method_description} -

+

)} {!gateway.requirements.met && (