mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-03-28 17:43:05 +01:00
Lint missed JS
This commit is contained in:
@@ -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')}>
|
||||
|
||||
Reference in New Issue
Block a user