mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-13 14:05:24 +00:00
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…
x
Reference in New Issue
Block a user