Merge pull request #259 from waku-org/fix/web-chat

fix(web-chat): unmount relay
This commit is contained in:
Danish Arora 2023-08-03 17:36:00 +05:30 committed by GitHub
commit 8bc916cd5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 />