Skip to content

Commit

Permalink
ugh prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
miaawong committed Aug 23, 2024
1 parent baade34 commit 18ed9b3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions web/src/components/apps/EmbeddedClusterManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -550,13 +550,13 @@ const EmbeddedClusterManagement = ({
</>
))}
</div>
{Utilities.isInitialAppInstall(app) ||
(isEmbeddedClusterWaitingForNodes && (
<div className="tw-mt-4 tw-flex tw-flex-col">
<AddNodeInstructions />
<AddNodeCommands />
</div>
))}
{(Utilities.isInitialAppInstall(app) ||
isEmbeddedClusterWaitingForNodes) && (
<div className="tw-mt-4 tw-flex tw-flex-col">
<AddNodeInstructions />
<AddNodeCommands />
</div>
)}

<div className="flex1 u-overflow--auto card-item">
{nodesLoading && (
Expand Down

0 comments on commit 18ed9b3

Please sign in to comment.