mirror of https://github.com/status-im/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
|
||||
onKeyDown={keyPressHandler}
|
||||
onChange={messageHandler}
|
||||
active={waku}
|
||||
active={!!waku}
|
||||
onButtonClick={sendMessage}
|
||||
>
|
||||
<Row align="center">
|
||||
|
|
Loading…
Reference in New Issue