@@ -351,19 +342,13 @@ export function EnvironmentList({ onClickItem, onRefresh }: Props) {
value={groupState}
/>
-
-
-
-
-
-
+
@@ -379,7 +365,7 @@ export function EnvironmentList({ onClickItem, onRefresh }: Props) {
{renderItems(
isLoading,
totalCount,
- filteredEnvironments.map((env) => (
+ environments.map((env) => (