Web: Client: Files: Article: Fixed displaying settings menu loader on first load

This commit is contained in:
Ilya Oleshko 2021-09-07 12:56:17 +03:00
parent 6a5f5e5f81
commit 7d63145043

View File

@ -89,7 +89,7 @@ class ArticleBodyContent extends React.Component {
onBadgeClick={this.onShowNewFilesPanel}
onTreeDrop={onTreeDrop}
/>
{!personal && <TreeSettings />}
{!personal && !firstLoad && <TreeSettings />}
{enableThirdParty && !isVisitor && <ThirdPartyList />}
<DownloadAppList />
{(isDesktop || isTablet) &&