diff --git a/src/lib/components/organizationUsageLimits.svelte b/src/lib/components/organizationUsageLimits.svelte
index 5fb85a6ae..37ce91b6c 100644
--- a/src/lib/components/organizationUsageLimits.svelte
+++ b/src/lib/components/organizationUsageLimits.svelte
@@ -261,52 +261,58 @@
-
-
- Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be blocked
- after your billing cycle ends on {toLocaleDate($organization.billingNextInvoiceDate)}.
-
+{#if showSelectProject}
+
+
+ Choose which {freePlanLimits.projects} projects to keep. Projects over the limit will be
+ blocked after your billing cycle ends on {toLocaleDate(
+ $organization.billingNextInvoiceDate
+ )}.
+
- {#if error}
- {error}
- {/if}
+ {#if error}
+ {error}
+ {/if}
-
-
-
- Project Name
- Created
-
- {#each projects as project}
-
- {project.name}
-
- {toLocaleDateTime(project.$createdAt)}
-
-
- {/each}
-
-