Skip to content

Commit

Permalink
hide guided stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
miaawong committed Oct 14, 2024
1 parent e81fad8 commit 6881d1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,9 @@ const Root = () => {
errLoggingOut={state.errLoggingOut}
/>
<div className="tw-flex flex1">
{Utilities.isInitialAppInstall(state.appsList[0]) &&
{(state.adminConsoleMetadata?.isKurl ||
state.adminConsoleMetadata?.isEmbeddedCluster) &&
Utilities.isInitialAppInstall(state.appsList[0]) &&
Utilities.isLoggedIn() && (
<div className="tw-w-[400px] tw-bg-[#F9FBFC]">
<div className="tw-py-8 tw-pl-8 tw-shadow-[0_1px_0_#c4c8ca]">
Expand Down

0 comments on commit 6881d1f

Please sign in to comment.