depens
This commit is contained in:
parent
3d3ee3a087
commit
f1aec06b60
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ function Profile() {
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
loadProfileData();
|
loadProfileData();
|
||||||
}, [pubkey]);
|
}, []); // [pubkey]
|
||||||
|
|
||||||
async function loadProfileData() {
|
async function loadProfileData() {
|
||||||
setLoading(true);
|
setLoading(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue