fixed types
This commit is contained in:
parent
a9599c5330
commit
b8e15625d5
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export function ChatRenderer({
|
||||||
settings,
|
settings,
|
||||||
children,
|
children,
|
||||||
}: {
|
}: {
|
||||||
settings: Settings;
|
settings: Settings | undefined;
|
||||||
children: React.ReactNode;
|
children: React.ReactNode;
|
||||||
}) {
|
}) {
|
||||||
const pathname = usePathname();
|
const pathname = usePathname();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue