Enhance ListAPIs component to display template name conditionally; update ChatBOX layout for improved spacing
This commit is contained in:
@@ -457,7 +457,7 @@ export default function ChatBOX(props: {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="flex flex-col w-full">
|
||||
<div className="flex flex-col p-2 gap-2 w-full">
|
||||
{true && (
|
||||
<Settings
|
||||
chatStore={chatStore}
|
||||
|
||||
Reference in New Issue
Block a user