diff --git a/apps/web/src/views/settings/index.tsx b/apps/web/src/views/settings/index.tsx index ecbe326f..29bc847e 100644 --- a/apps/web/src/views/settings/index.tsx +++ b/apps/web/src/views/settings/index.tsx @@ -91,21 +91,23 @@ export default function SettingsPage() { /> -
-

- Billing -

-

- View and manage your billing and subscription. -

- -
+ {process.env.NEXT_PUBLIC_KAN_ENV !== "cloud" && ( +
+

+ Billing +

+

+ View and manage your billing and subscription. +

+ +
+ )}