mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
fix(dashboard): remove unused binding
This commit is contained in:
parent
901603bb68
commit
24a0e54f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@
|
|||
{:else}
|
||||
<ListSearch bind:searchBy bind:searchValue on:refresh={fetchList} />
|
||||
|
||||
<ListPagination bind:currentPage bind:pageAmount />
|
||||
<ListPagination bind:currentPage {pageAmount} />
|
||||
|
||||
{#if !err && !isPublic}
|
||||
{#if itemType === "member"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue