diff --git a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/FilesRowContent.js b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/FilesRowContent.js index cbbacd4bf9..57e16c24fa 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/FilesRowContent.js +++ b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/FilesRowContent.js @@ -294,7 +294,7 @@ class FilesRowContent extends React.PureComponent { } render() { - const { t, item, fileAction, isLoading, isTrashFolder, onLoading, folders } = this.props; + const { t, item, fileAction, isLoading, isTrashFolder, onLoading, folders, widthProp } = this.props; const { itemTitle, editingId, showNewFilesPanel, newItems, newFolderId, showConvertDialog } = this.state; const { contentLength, @@ -349,6 +349,7 @@ class FilesRowContent extends React.PureComponent { /> )}