From b345207aa4853f55e52167d7c20152d68e04eb7b Mon Sep 17 00:00:00 2001 From: Vitalii Kiiko Date: Thu, 9 Jan 2025 12:16:05 +0100 Subject: [PATCH] - re-enabled uploading of delega on company profile page; --- src/pages/ProfileCompany/index.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/ProfileCompany/index.js b/src/pages/ProfileCompany/index.js index 5162575..f590086 100644 --- a/src/pages/ProfileCompany/index.js +++ b/src/pages/ProfileCompany/index.js @@ -559,7 +559,8 @@ const ProfileCompany = () => { - {APP_HUB_ID === 'nonexisting' // hide it from all hub + {APP_HUB_ID + //=== 'nonexisting' // hide it from all hub ?
: null} - {APP_HUB_ID === 'nonexisting' // hide it from all hub + {APP_HUB_ID + //=== 'nonexisting' // hide it from all hub ?