No explicit any
This commit is contained in:
@@ -20,5 +20,5 @@ export default async function Page({ params, searchParams }: { params: Promise<{
|
||||
]);
|
||||
|
||||
// Let the client component handle the "not found" simple state
|
||||
return <LabelDetailClient id={numericId} initial={{ label: label as any, authored: authored as any, published: published as any }} initialTab={tab} initialQ={q} />;
|
||||
return <LabelDetailClient id={numericId} initial={{ label: label, authored: authored, published: published }} initialTab={tab} initialQ={q} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user