UPDATE
This commit is contained in:
@@ -11,9 +11,7 @@ export const metadata: Metadata = {
|
||||
export default function ChatDetailPage({ params }: { params: { id: string } }) {
|
||||
return (
|
||||
<Dashboard>
|
||||
<div className="h-full w-full">
|
||||
<ChatDetail chatId={params.id} />
|
||||
</div>
|
||||
<ChatDetail chatId={params.id} />
|
||||
</Dashboard>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user