diff --git a/src/routes/console/project-[project]/functions/function-[function]/+page.svelte b/src/routes/console/project-[project]/functions/function-[function]/+page.svelte index dd97ae175..36cf95b06 100644 --- a/src/routes/console/project-[project]/functions/function-[function]/+page.svelte +++ b/src/routes/console/project-[project]/functions/function-[function]/+page.svelte @@ -93,7 +93,7 @@ - {#if $deploymentList?.total} + {#if data?.activeDeployment} {@const activeDeployment = data.activeDeployment}
Active @@ -269,6 +269,20 @@ showColsTextMobile />
+
+ + + + + + +
{#if $deploymentList.total}