diff --git a/Sveltekit-App/src/routes/home/identities/+page.svelte b/Sveltekit-App/src/routes/home/identities/+page.svelte
index c15681b..45ff4c3 100644
--- a/Sveltekit-App/src/routes/home/identities/+page.svelte
+++ b/Sveltekit-App/src/routes/home/identities/+page.svelte
@@ -27,23 +27,27 @@
{#await data.totalCount then totalCount}
-
+ {#if totalCount > 250 || Number(data.params.limit) < totalCount}
+
+ {/if}
{/await}
{#await data.identities}
-
+
{:then identities}
@@ -99,19 +103,21 @@
{/await}
{#await data.totalCount then totalCount}
-
+ {#if totalCount > 250 || Number(data.params.limit) < totalCount}
+
+ {/if}
{/await}