Lint missed JS

This commit is contained in:
Jack Kingsman
2026-02-10 21:17:26 -08:00
parent a1c95abf86
commit bb1709a648

View File

@@ -214,8 +214,7 @@ export const MessageInput = forwardRef<MessageInputHandle, MessageInputProps>(fu
: 'text-muted-foreground'
)}
>
{textByteLen}/{limits!.hardLimit}b
{remaining < 0 && ` (${remaining})`}
{textByteLen}/{limits!.hardLimit}b{remaining < 0 && ` (${remaining})`}
</span>
{warningMessage && (
<span className={cn(limitState === 'error' ? 'text-red-500' : 'text-yellow-500')}>