mirror of https://github.com/waku-org/js-waku.git
Bool should be passed ot `active`
This commit is contained in:
parent
7e44f9ee48
commit
e0be69a056
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue