Skip to content

Commit e2c40b1

Browse files
committed
Fix: projects alert
1 parent 380d743 commit e2c40b1

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/organization-[organization]

1 file changed

+1
-1
lines changed

src/routes/(console)/organization-[organization]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
</DropList>
165165
</div>
166166

167-
{#if isCloud && $currentPlan?.projects && $currentPlan?.projects > 0 && data.organization.projects.length > 0 && $canWriteProjects}
167+
{#if isCloud && $currentPlan?.projects && $currentPlan?.projects > 0 && data.organization.projects.length > 0 && data.projects.total > 2 && $canWriteProjects}
168168
<Alert.Inline
169169
title={`${data.projects.total - data.organization.projects.length} projects will be archived on ${toLocaleDate(billingProjectsLimitDate)}`}>
170170
<Typography.Text>

0 commit comments

Comments
 (0)