From 14e1d55ef9b0694b3e7e8ff4331f60cc20b9054b Mon Sep 17 00:00:00 2001 From: TatianaLopaeva Date: Thu, 17 Dec 2020 13:18:34 +0300 Subject: [PATCH] Web: Files: Deleted debugger. --- .../Client/src/components/pages/Home/Section/Body/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;