mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Render pagination at top as well (#614)
This commit is contained in:
@@ -412,6 +412,7 @@ const useList = <QueryResult extends IQueryResult, QueryData extends IDataItem>(
|
||||
: undefined}
|
||||
{(result.loading || !forageInitialised) && <LoadingIndicator />}
|
||||
{result.error && <h1>{result.error.message}</h1>}
|
||||
{maybeRenderPagination()}
|
||||
{maybeRenderContent()}
|
||||
{maybeRenderPaginationIndex()}
|
||||
{maybeRenderPagination()}
|
||||
|
||||
Reference in New Issue
Block a user