From 323fc1bb99a828daee3efb16246340b60bd1efd2 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 2 May 2026 09:48:55 +0200 Subject: [PATCH] remove comments --- interface/src/contexts/authentication/Authentication.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/interface/src/contexts/authentication/Authentication.tsx b/interface/src/contexts/authentication/Authentication.tsx index 669f06e6a..af0a0055c 100644 --- a/interface/src/contexts/authentication/Authentication.tsx +++ b/interface/src/contexts/authentication/Authentication.tsx @@ -81,8 +81,6 @@ const Authentication: FC = ({ children }) => { setMe(undefined); setInitialized(true); } - // refreshVersions and sendVerifyAuthorization are stable - // eslint-disable-next-line react-hooks/exhaustive-deps }, []); useEffect(() => {