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
1 changed files with 1 additions and 6 deletions

View File

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