add placeholders for empty lists

This commit is contained in:
Ilion Beyst 2022-07-24 18:09:04 +02:00
parent 90dfc3dec4
commit 14b51033fc
2 changed files with 6 additions and 0 deletions

View file

@ -101,6 +101,9 @@
</li>
{/each}
</ul>
{#if versions.length == 0}
This bot does not have any versions yet.
{/if}
</div>
</div>

View file

@ -41,6 +41,9 @@
</li>
{/each}
</ul>
{#if bots.length == 0}
This user does not have any bots yet.
{/if}
</div>
<style lang="scss">