fix(web-chat): unmount relay

This commit is contained in:
danisharora099 2023-08-03 17:27:42 +05:30
parent a636462c2b
commit befddb13aa
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135

View File

@ -26,12 +26,7 @@ ReactDOM.render(
<React.StrictMode> <React.StrictMode>
<LightNodeProvider <LightNodeProvider
options={NODE_OPTIONS} options={NODE_OPTIONS}
protocols={[ protocols={[Protocols.Store, Protocols.Filter, Protocols.LightPush]}
Protocols.Relay,
Protocols.Store,
Protocols.Filter,
Protocols.LightPush,
]}
> >
<ContentPairProvider contentTopic={CONTENT_TOPIC}> <ContentPairProvider contentTopic={CONTENT_TOPIC}>
<App /> <App />