mirror of
https://github.com/logos-messaging/examples.waku.org.git
synced 2026-01-05 22: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) {
|
} else if (node) {
|
||||||
setActiveButton(false);
|
setActiveButton(false);
|
||||||
}
|
}
|
||||||
}, [inputText, hasLightPushPeers]);
|
}, [node, inputText, hasLightPushPeers]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<TextComposer
|
<TextComposer
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user