raaaaahhh

This commit is contained in:
legop3
2026-05-19 18:26:44 -04:00
parent 6c3ac6d22d
commit fb65926760
3 changed files with 3 additions and 3 deletions
@@ -113,8 +113,8 @@ export function ChatIdentity({ message, toolsToggle = null, inlineText = '' }) {
{message.roverId}
</span>
)}
{inlineText ? <span className="min-w-0 break-words leading-tight whitespace-pre-wrap">{inlineText}</span> : null}
{toolsToggle}
{inlineText ? <span className="min-w-0 break-words leading-tight whitespace-pre-wrap">{inlineText}</span> : null}
</span>
);
}