diff --git a/examples/web-chat/src/App.tsx b/examples/web-chat/src/App.tsx index 6169d25483..61072a14b0 100644 --- a/examples/web-chat/src/App.tsx +++ b/examples/web-chat/src/App.tsx @@ -85,7 +85,6 @@ export default function App() { } }; - // TODO: Split this const handleProtocolChange = async ( waku: Waku, { peerId, protocols }: { peerId: PeerId; protocols: string[] }