From 5f0c974629b451205f996e8902c17e823c26896e Mon Sep 17 00:00:00 2001 From: TatianaLopaeva Date: Fri, 9 Oct 2020 16:16:28 +0300 Subject: [PATCH] Web: People: Added console.log --- .../pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/ASC.People/Client/src/components/pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js b/products/ASC.People/Client/src/components/pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js index eb3fe0bee6..5160c7f5d1 100644 --- a/products/ASC.People/Client/src/components/pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js +++ b/products/ASC.People/Client/src/components/pages/Profile/Section/Body/ProfileInfo/ProfileInfo.js @@ -155,7 +155,7 @@ class ProfileInfo extends React.PureComponent { if (!nameSchemaId) return getModules(); return ( axios.all([getModules(), getCurrentCustomSchema(nameSchemaId)]), - console.log("Update getModules") + console.log("Update getModules", getModules()) ); }) .catch((err) => console.log(err));