{#if showButton} {/if}
{#if $gameStore?.length > 0}

Games Found:

{#each $gameStore as game (game.id)} {/each}
{#if showPagination} {/if}
{:else if $boredState.loading}

Games Found:

{#each placeholderList as game, i} {/each}
{/if}