diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 3b912a3d..2ff9d76b 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -1043,7 +1043,7 @@ export function Chat() { const shouldShowClearContextDivider = i === clearContextIndex - 1; return ( - <> +
{shouldShowClearContextDivider && } - +
); })}