Skip to content

Commit 9d98ecc

Browse files
committed
chore: fix lint error
1 parent fc402fd commit 9d98ecc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ export const AddEnvironmentFromClusterName = ({
295295
)
296296
}
297297

298-
299-
300298
export const EditCluster = ({ clusterList, reloadClusterList, handleClose }: EditDeleteClusterProps) => {
301299
const { clusterId } = useParams<{ clusterId: string }>()
302300
const cluster = clusterList.find((c) => c.clusterId === +clusterId)

0 commit comments

Comments
 (0)