fix(dashboard): fix arrow key navigation (again)

This commit is contained in:
Jake/Rads 2022-06-27 20:32:03 +02:00
parent 061c94dab4
commit 1b941cdf3b

View File

@ -206,7 +206,7 @@
{:else if err}
<Alert color="danger">{err}</Alert>
{:else}
<CardsList openByDefault={openByDefault} bind:list={randomList} isPublic={true} itemType={type} itemsPerPage={5} currentPage={rollCounter} fullLength={randomList.length} />
<CardsList openByDefault={openByDefault} bind:list={randomList} isPublic={true} itemType={type} itemsPerPage={5} currentPage={rollCounter} fullLength={5 * rollCounter - (5 - randomList.length)} />
{/if}
</Col>
</Row>