This commit is contained in:
Sebastian Korotkiewicz 2025-04-10 12:27:36 +02:00
parent 3d3ee3a087
commit f1aec06b60

View file

@ -35,7 +35,7 @@ function Profile() {
useEffect(() => {
loadProfileData();
}, [pubkey]);
}, []); // [pubkey]
async function loadProfileData() {
setLoading(true);