mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Need id as dependency too
- inner functions are not reading the updated id - probably need to rewrite this as this code looks prone to errors
This commit is contained in:
parent
e1ae89b00e
commit
c80c8b3294
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ function AccountInfo({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[standalone],
|
[standalone, id],
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue