mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Pagination Update
This commit is contained in:
@@ -73,7 +73,7 @@ export default function SitesPage({ username, name }: SitesPageProps) {
|
||||
<Sites key={site.id} id={site.id} name={site.name} description={site.description} networks={site.networks} />
|
||||
))}
|
||||
</div>
|
||||
|
||||
|
||||
<Pagination
|
||||
currentPage={currentPage}
|
||||
totalItems={total}
|
||||
|
||||
Reference in New Issue
Block a user