fix: error in old prop on build lint
This commit is contained in:
@@ -54,7 +54,7 @@ export default async function SeriesPage({ params, searchParams }: PageProps) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="container py-8 space-y-8">
|
<div className="container py-8 space-y-8">
|
||||||
<SeriesHeader series={series} serverUrl={config.serverUrl} />
|
<SeriesHeader series={series} />
|
||||||
<PaginatedBookGrid
|
<PaginatedBookGrid
|
||||||
books={books.content || []}
|
books={books.content || []}
|
||||||
serverUrl={config.serverUrl}
|
serverUrl={config.serverUrl}
|
||||||
|
|||||||
Reference in New Issue
Block a user