-
+
{globalEnv?.name}
@@ -240,8 +240,8 @@ const Globals = () => {
classNames={{
root: 'hover:!bg-focusColor !text-app-foreground-inactive'
}}
- compact
ghost
+ compact
xs
/>
diff --git a/platform/firecamp-platform/src/components/common/environment/sidebar/tree/itemRenderer.tsx b/platform/firecamp-platform/src/components/common/environment/sidebar/tree/itemRenderer.tsx
index 65eed970..97f3db1e 100644
--- a/platform/firecamp-platform/src/components/common/environment/sidebar/tree/itemRenderer.tsx
+++ b/platform/firecamp-platform/src/components/common/environment/sidebar/tree/itemRenderer.tsx
@@ -194,11 +194,13 @@ export default {
console.log(1234)
}}/> */}
- {/* //TODO: find & check usage */}
- {item.data.__ref.isEnvironment ? (
+ {/* TODO: check preview */}
+ { item.data.__ref.isEnvironment ? (
diff --git a/platform/firecamp-platform/src/components/modals/auth/GithubGoogleAuth.tsx b/platform/firecamp-platform/src/components/modals/auth/GithubGoogleAuth.tsx
index 66647cdf..e7e0c283 100644
--- a/platform/firecamp-platform/src/components/modals/auth/GithubGoogleAuth.tsx
+++ b/platform/firecamp-platform/src/components/modals/auth/GithubGoogleAuth.tsx
@@ -105,20 +105,21 @@ const GithubGoogleAuth: FC