🐛 Fixing useEffect
This commit is contained in:
parent
d8c5deeb75
commit
e741db098d
@ -452,12 +452,10 @@ export default function FolderInformation(props: IProps) {
|
||||
}, [folderUid]);
|
||||
|
||||
useEffect(() => {
|
||||
setIsLoading(true);
|
||||
getFolder();
|
||||
}, [getFolder]);
|
||||
|
||||
useEffect(() => {
|
||||
setIsLoading(true);
|
||||
}, [folderUid]);
|
||||
return (
|
||||
<FolderInformationClass
|
||||
{...props}
|
||||
|
Loading…
x
Reference in New Issue
Block a user