Web:Client:Fix.

This commit is contained in:
Vlada Gazizova 2023-01-17 17:18:12 +03:00
parent 366ab3f470
commit f439465c85

View File

@ -93,11 +93,7 @@ const RootFolderContainer = (props) => {
}, []);
React.useEffect(() => {
if (!isLoading) {
setIsLoadedEmptyPage(true);
} else {
setIsLoadedEmptyPage(false);
}
setIsLoadedEmptyPage(!isLoading);
}, [isLoading]);
const onGoToPersonal = () => {