diff --git a/src/pages/Profile.jsx b/src/pages/Profile.jsx index 60b44e7..68b2431 100644 --- a/src/pages/Profile.jsx +++ b/src/pages/Profile.jsx @@ -35,7 +35,7 @@ function Profile() { useEffect(() => { loadProfileData(); - }, [pubkey]); + }, []); // [pubkey] async function loadProfileData() { setLoading(true);