Skip to content

Commit

Permalink
Fix regression on clusters page (#1390)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino authored Sep 17, 2024
1 parent 89d41a7 commit fed73ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/src/components/cd/clusters/Clusters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ export default function Clusters() {

return (
<>
{!showGettingStarted && <ClustersGettingStarted />}
{!isDemo ? (
<div
css={{
Expand Down Expand Up @@ -250,6 +249,7 @@ export default function Clusters() {
) : (
<DemoTable mode={cdIsEnabled ? 'empty' : 'disabled'} />
)}
{showGettingStarted && <ClustersGettingStarted />}
</>
)
}
Expand Down

0 comments on commit fed73ee

Please sign in to comment.