fix: print also if 0 stars

This commit is contained in:
Térence Hollander
2021-08-30 23:21:06 +02:00
parent e05401fb0c
commit 6f4310ebbe

View File

@@ -95,7 +95,7 @@
<Tag title={tag} variant='blue' /> <Tag title={tag} variant='blue' />
{/each} {/each}
</div> </div>
{#if stars > 0} {#if typeof stars !== 'undefined'}
<div class="card__bottom"> <div class="card__bottom">
<div> <div>
{#if (repo || url).includes('github')} {#if (repo || url).includes('github')}