mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): fix crash when randomizing with card view
This commit is contained in:
parent
977edb70a2
commit
0b37274cba
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@
|
|||
<Alert color="danger">{err}</Alert>
|
||||
{:else}
|
||||
{#if pageOptions.view === 'card'}
|
||||
<CardView {pageOptions} currentList={lists.currentPage}/>
|
||||
<CardView {listOptions} {pageOptions} currentList={lists.currentPage} />
|
||||
{:else}
|
||||
<ListView {pageOptions} currentList={lists.currentPage} fullListLength={1} />
|
||||
{/if}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue