-
-
- {isAuthenticated && user && (
-
-
-
-
- {user.email}
-
- {seat && (
-
- {planLabel} Plan
-
- )}
-
-
- )}
-
-
-
-
-
- {sidebarItems.map((item) => {
- const isActive =
- activeCategory === item.id ||
- (item.id === "environments" &&
- activeCategory === "cloud-environments");
- return (
- setCategory(item.id)}
- />
- );
- })}
-
-
-
- {isAuthenticated && (
-
- )}
-