fix(dashboard): remove unused binding

This commit is contained in:
Jake/Rads 2022-06-24 07:58:36 +02:00
parent 901603bb68
commit 24a0e54f2c

View File

@ -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"}