Web: Files: hidden annoying loader on first load

This commit is contained in:
Alexey Safronov 2021-07-14 17:37:30 +03:00
parent e81c3df0be
commit e9af9374ca

View File

@ -195,8 +195,9 @@ class PureHome extends React.Component {
secondaryProgressDataStoreIcon,
selectionLength,
selectionTitle,
firstLoad,
} = this.props;
if (isLoading !== prevProps.isLoading) {
if (isLoading !== prevProps.isLoading && !firstLoad) {
if (isLoading) {
showLoader();
} else {