diff --git a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/index.js b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/index.js index 6efa9783b3..d787cff2f2 100644 --- a/products/ASC.Files/Client/src/components/pages/Home/Section/Body/index.js +++ b/products/ASC.Files/Client/src/components/pages/Home/Section/Body/index.js @@ -555,7 +555,7 @@ class SectionBodyContent extends React.Component { let fileId, isLockedFile; const file = selection[0]; - debugger; + if (file) { fileId = file.id; isLockedFile = !file.locked;