diff --git a/client/pages/ProfilePassport.tsx b/client/pages/ProfilePassport.tsx index 1620d304..e42a9f30 100644 --- a/client/pages/ProfilePassport.tsx +++ b/client/pages/ProfilePassport.tsx @@ -61,6 +61,8 @@ const ProfilePassport = () => { const [interests, setInterests] = useState([]); const [loading, setLoading] = useState(true); const [notFound, setNotFound] = useState(false); + const lastLoadedKeyRef = useRef(null); + const activationAttemptedRef = useRef(false); useEffect(() => { if (isSelfRoute && !user) {