{#if showButton} {/if}
{#if $boredState.loading}

Games Found:

{#each placeholderList as game, i} {/each}
{:else}

Games Found:

{#if $gameStore?.length > 0} {#each $gameStore as game (game.id)} {/each} {:else}

Sorry no games found!

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