浏览代码

Remove comment

Mauricio Araujo 2 年之前
父节点
当前提交
955854dac7
共有 1 个文件被更改,包括 6 次插入6 次删除
  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({
       tabOpts.push({
         value: "additional-settings",
         value: "additional-settings",