diff --git a/packages/standard-components/src/Search.svelte b/packages/standard-components/src/Search.svelte
index a36f13b999..aeaebcc0fa 100644
--- a/packages/standard-components/src/Search.svelte
+++ b/packages/standard-components/src/Search.svelte
@@ -143,7 +143,7 @@
{#if lastBookmark != null || bookmark != null}
{/if}
- {#if nextBookmark != null}
+ {#if nextBookmark != null && rows.length !== 0}
{/if}