Skip to content

Commit 62d00ab

Browse files
committed
chore: formatting
1 parent 169b79d commit 62d00ab

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Pages/GlobalConfigurations/ClustersAndEnvironments/ClusterList.components.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ export const ClusterListCellComponent: FunctionComponent<
148148
case ClusterListFields.CLUSTER_CATEGORY:
149149
return (
150150
<div className="flex left py-10">
151-
{' '}
152151
<Tooltip content={clusterCategory}>
153152
<span className="dc__truncate">{clusterCategory}</span>
154153
</Tooltip>

src/Pages/GlobalConfigurations/ClustersAndEnvironments/ClusterList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const ClusterList = () => {
100100
handleSorting,
101101
} = useUrlFilters<EnvListSortableKeys, ClusterEnvFilterType>({
102102
parseSearchParams: parseClusterEnvSearchParams,
103-
initialSortKey: EnvListSortableKeys.ENV_NAME
103+
initialSortKey: EnvListSortableKeys.ENV_NAME,
104104
})
105105

106106
const [clusterListLoading, clusterListResult, clusterListError, reloadClusterList] = useAsync(

0 commit comments

Comments
 (0)