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
|
@ -307,7 +307,7 @@ function AccountInfo({
|
|||
}
|
||||
}
|
||||
},
|
||||
[standalone],
|
||||
[standalone, id],
|
||||
);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in a new issue