mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-03 21:33:08 +00:00
fix lint
This commit is contained in:
parent
4e586e81f7
commit
18a2f6886a
@ -51,7 +51,7 @@ export default function MessageInput(props: Props) {
|
||||
} else if (node) {
|
||||
setActiveButton(false);
|
||||
}
|
||||
}, [inputText, hasLightPushPeers]);
|
||||
}, [node, inputText, hasLightPushPeers]);
|
||||
|
||||
return (
|
||||
<TextComposer
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user