mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
fix(frontend): typechecking
This commit is contained in:
@@ -33,7 +33,7 @@ interface NavbarProps {
|
||||
onClick?: () => void;
|
||||
}[];
|
||||
}[];
|
||||
mockUser: User;
|
||||
mockUser?: User;
|
||||
mockClientProps?: MockClientProps;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user