fix(dashboard): remove unused binding
This commit is contained in:
parent
901603bb68
commit
24a0e54f2c
@ -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…
Reference in New Issue
Block a user