Explorar el Código

Reenable feature flag

Mauricio Araujo hace 2 años
padre
commit
09293cdb45
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      dashboard/src/main/home/project-settings/ProjectSettings.tsx

+ 6 - 6
dashboard/src/main/home/project-settings/ProjectSettings.tsx

@@ -85,12 +85,12 @@ function ProjectSettings(props: any) {
         });
       }
 
-      // if (currentProject?.billing_enabled) {
-      tabOpts.push({
-        value: "billing",
-        label: "Billing",
-      });
-      // }
+      if (currentProject?.billing_enabled) {
+        tabOpts.push({
+          value: "billing",
+          label: "Billing",
+        });
+      }
 
       tabOpts.push({
         value: "additional-settings",