Bool should be passed ot `active`

This commit is contained in:
Franck Royer 2021-04-30 14:06:58 +10:00
parent 7e44f9ee48
commit e0be69a056
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export default function MessageInput(props: Props) {
<TextComposer <TextComposer
onKeyDown={keyPressHandler} onKeyDown={keyPressHandler}
onChange={messageHandler} onChange={messageHandler}
active={waku} active={!!waku}
onButtonClick={sendMessage} onButtonClick={sendMessage}
> >
<Row align="center"> <Row align="center">