diff --git a/src/dashboardWebView/components/Contents/Item.tsx b/src/dashboardWebView/components/Contents/Item.tsx index f8f5edd4..de63ae77 100644 --- a/src/dashboardWebView/components/Contents/Item.tsx +++ b/src/dashboardWebView/components/Contents/Item.tsx @@ -139,7 +139,7 @@ export const Item: React.FunctionComponent = ({ /> ) : (
diff --git a/src/dashboardWebView/components/Steps/StepsToGetStarted.tsx b/src/dashboardWebView/components/Steps/StepsToGetStarted.tsx index a4a5fa12..7f4503f2 100644 --- a/src/dashboardWebView/components/Steps/StepsToGetStarted.tsx +++ b/src/dashboardWebView/components/Steps/StepsToGetStarted.tsx @@ -188,7 +188,7 @@ export const StepsToGetStarted: React.FunctionComponent settings={settings} triggerLoading={(isLoading) => setLoading(isLoading)} /> ), - show: settings.crntFramework === 'astro' || framework === 'astro', + show: settings.crntFramework === 'astro', status: Status.Optional }, {