From d2de77daa7dd3c4fc628208984984833e664f6b6 Mon Sep 17 00:00:00 2001 From: Rajat Dabade Date: Mon, 29 Jul 2024 16:42:14 +0530 Subject: [PATCH] nit: removed comments --- webapp/src/components/withWebSockets.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/src/components/withWebSockets.tsx b/webapp/src/components/withWebSockets.tsx index 4040e66c116..bb8256af3d7 100644 --- a/webapp/src/components/withWebSockets.tsx +++ b/webapp/src/components/withWebSockets.tsx @@ -41,8 +41,6 @@ const WithWebSockets = (props: Props): React.ReactElement => { }, [props.webSocketClient]) useEffect(() => { - // if we're running on a plugin instance or we don't have a - // user yet, do nothing if (!props.userId) { return }