diff --git a/products/ASC.Files/Client/src/pages/Home/index.js b/products/ASC.Files/Client/src/pages/Home/index.js index e401662fea..4eef11dc7d 100644 --- a/products/ASC.Files/Client/src/pages/Home/index.js +++ b/products/ASC.Files/Client/src/pages/Home/index.js @@ -262,6 +262,7 @@ class PureHome extends React.Component { dragging, tReady, + personal, } = this.props; return ( <> @@ -310,7 +311,7 @@ class PureHome extends React.Component { - + @@ -445,6 +446,7 @@ export default inject( startUpload, isHeaderVisible: auth.settingsStore.isHeaderVisible, setHeaderVisible: auth.settingsStore.setHeaderVisible, + personal: auth.settingsStore.personal, setToPreviewFile, mediaViewersFormatsStore, getFileInfo,