diff --git a/ui/admin/app/routes/_auth.threads.$id.tsx b/ui/admin/app/routes/_auth.threads.$id.tsx index 1891e015..26a50a88 100644 --- a/ui/admin/app/routes/_auth.threads.$id.tsx +++ b/ui/admin/app/routes/_auth.threads.$id.tsx @@ -71,51 +71,50 @@ export default function ChatAgent() { throw new Error("Trying to view a thread with an unsupported parent."); }; - return ( - - - - - - - - - - - Go Back - + const [isAgent, entity] = [agent !== null, getEntity()]; - + + - + + + + + + + Go Back + + + + + - - - - - - - - - - + + + + + + + + + + ); }