diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx index c2a7bcde..55f11b16 100644 --- a/web/components/nav/sidebar.tsx +++ b/web/components/nav/sidebar.tsx @@ -210,7 +210,6 @@ export default function Sidebar(props: { className?: string }) { useEffect(() => { if (!user) return - // set ping time to now every 60 seconds to indicate that the user is active const pingInterval = setInterval(() => { updateUser(user.id, { lastPingTime: Date.now(),