diff --git a/src/lib/components/ComponentIndex/Card.svelte b/src/lib/components/ComponentIndex/Card.svelte index e045248..f6b6b66 100644 --- a/src/lib/components/ComponentIndex/Card.svelte +++ b/src/lib/components/ComponentIndex/Card.svelte @@ -95,7 +95,7 @@ {/each} - {#if stars > 0} + {#if typeof stars !== 'undefined'}
{#if (repo || url).includes('github')}