From 14e7bbe8ac0425bb04806b0c1ec6a7286801b1b4 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 19 Sep 2018 13:55:14 +0200 Subject: [PATCH] SONARCLOUD-120 add ITs --- .../src/main/js/apps/create/organization/CouponForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/apps/create/organization/CouponForm.tsx b/server/sonar-web/src/main/js/apps/create/organization/CouponForm.tsx index f4ff3832680..4dfa9cdaac7 100644 --- a/server/sonar-web/src/main/js/apps/create/organization/CouponForm.tsx +++ b/server/sonar-web/src/main/js/apps/create/organization/CouponForm.tsx @@ -52,7 +52,7 @@ export class CouponForm extends React.PureComponent { } const { billing } = this.state.coupon; return ( -
+

{translate('billing.upgrade.billing_info')}

    {Boolean(billing.name) &&
  • {billing.name}
  • } -- 2.39.5