Your Collection
{#if $collectionStore.length === 0}
No games in your collection
{:else} {#each gamesShown as game (game.id)}
{/each} {/if}
{#if $collectionStore.length !== 0}
{/if}