From 7f8df6719fc485f532bc06a1264679e832c42259 Mon Sep 17 00:00:00 2001 From: Max Peintner Date: Sat, 17 Apr 2021 13:05:42 +0200 Subject: [PATCH] fix: show edit button on new orgs (#1606) --- console/src/app/modules/features/features.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/console/src/app/modules/features/features.component.html b/console/src/app/modules/features/features.component.html index bbd5524ff0..503ef78eb1 100644 --- a/console/src/app/modules/features/features.component.html +++ b/console/src/app/modules/features/features.component.html @@ -12,12 +12,12 @@ -
+

{{'FEATURES.TIER.DETAILS' | translate}} {{'ACTIONS.EDIT' | translate}}

{{stripeCustomer?.contact}}

-

{{stripeCustomer?.company}}

+

{{stripeCustomer?.company}}

{{stripeCustomer?.address}}

{{stripeCustomer?.postal_code}} {{stripeCustomer?.city}} {{stripeCustomer?.country}} @@ -27,7 +27,7 @@

-

{{'FEATURES.TIER.CUSTOMERINVALID' | translate}}

+

{{'FEATURES.TIER.CUSTOMERINVALID' | translate}}