mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: deployment total
This commit is contained in:
@@ -89,8 +89,8 @@
|
||||
<ContainerHeader title="Deployments">
|
||||
<Create main />
|
||||
</ContainerHeader>
|
||||
{#if data?.activeDeployment}
|
||||
{@const activeDeployment = data.activeDeployment}
|
||||
{#if data?.deploymentList?.total}
|
||||
{@const activeDeployment = data?.activeDeployment}
|
||||
<div class="common-section">
|
||||
<Heading tag="h3" size="7">Active</Heading>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user