Skip to content

Commit

Permalink
nit: removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajat-Dabade committed Jul 29, 2024
1 parent 0353625 commit d2de77d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/components/withWebSockets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit d2de77d

Please sign in to comment.