mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 16:50:10 +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}
|
{:else}
|
||||||
<ListSearch bind:searchBy bind:searchValue on:refresh={fetchList} />
|
<ListSearch bind:searchBy bind:searchValue on:refresh={fetchList} />
|
||||||
|
|
||||||
<ListPagination bind:currentPage bind:pageAmount />
|
<ListPagination bind:currentPage {pageAmount} />
|
||||||
|
|
||||||
{#if !err && !isPublic}
|
{#if !err && !isPublic}
|
||||||
{#if itemType === "member"}
|
{#if itemType === "member"}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue