From fe819b8a3394c315c55057171eb7b8c73fd8b5f2 Mon Sep 17 00:00:00 2001 From: "fabio.d.mota" Date: Tue, 14 May 2024 17:10:46 +0100 Subject: [PATCH] fix(frontend): Remove console logs --- .../components/dashboard/NegotiationPage/NegotiationPage.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/components/dashboard/NegotiationPage/NegotiationPage.js b/frontend/src/components/dashboard/NegotiationPage/NegotiationPage.js index 6c0b649..7808538 100644 --- a/frontend/src/components/dashboard/NegotiationPage/NegotiationPage.js +++ b/frontend/src/components/dashboard/NegotiationPage/NegotiationPage.js @@ -160,10 +160,6 @@ const NegotiationPage = () => { cleanedRoles.includes("Admin") || cleanedRoles.includes("Company Admin"); // Adjust the role check as necessary - console.log("cleanedRoles", cleanedRoles); - console.log("companyUser", companyUser); - console.log("userCanNegotiate", userCanNegotiate); - return (
{userCanNegotiate ? (