|
|
@@ -93,11 +93,11 @@ const ClusterSection = (props: Props) => {
|
|
|
}
|
|
|
return (
|
|
|
<>
|
|
|
- {/* {(usage?.current.cluster > 1 || !currentCluster) && ( */}
|
|
|
- <Button onClick={() => setCurrentStep("cloud")}>
|
|
|
- <i className="material-icons">add</i> Create a cluster
|
|
|
- </Button>
|
|
|
- {/* )} */}
|
|
|
+ {(usage?.current.cluster > 1 || !currentCluster) && (
|
|
|
+ <Button onClick={() => setCurrentStep("cloud")}>
|
|
|
+ <i className="material-icons">add</i> Create a cluster
|
|
|
+ </Button>
|
|
|
+ )}
|
|
|
<ClusterList />
|
|
|
</>
|
|
|
);
|