fix linter

This commit is contained in:
Josh Hawkins 2026-05-13 09:54:27 -05:00
parent ecfb5ba5d0
commit ed68da6441

View File

@ -156,7 +156,7 @@ export function MessageBubble({
<div <div
className={cn( className={cn(
!isComplete && !isComplete &&
"[&>p:last-child]:inline after:ml-0.5 after:inline-block after:h-4 after:w-2 after:animate-cursor-blink after:rounded-sm after:bg-foreground after:align-middle after:content-['']", "after:ml-0.5 after:inline-block after:h-4 after:w-2 after:animate-cursor-blink after:rounded-sm after:bg-foreground after:align-middle after:content-[''] [&>p:last-child]:inline",
)} )}
> >
<ReactMarkdown <ReactMarkdown