add repeat to onClick chatMessage

This commit is contained in:
anovazzi1 2024-02-15 19:57:21 -03:00
commit 8fb7e78989

View file

@ -90,7 +90,7 @@ export default function ChatInput({
: "bg-chat-send text-background"
)}
disabled={lockChat}
onClick={(): void => sendMessage()}
onClick={(): void => sendMessage(repeat)}
>
{lockChat ? (
<IconComponent