diff --git a/libs/core-functions/src/functions/intercom-destination.ts b/libs/core-functions/src/functions/intercom-destination.ts index f6a035f14..d65cc2d7b 100644 --- a/libs/core-functions/src/functions/intercom-destination.ts +++ b/libs/core-functions/src/functions/intercom-destination.ts @@ -85,7 +85,7 @@ async function createOrUpdateCompany(event: AnalyticsServerEvent, ctx: ExtendedC }; if (!existingCompany) { - log.debug(`Company ${event.groupId} not found, creating a new one:\b${JSON.stringify(event, null, 2)}`); + log.debug(`Company ${event.groupId} not found, creating a new one:\n${JSON.stringify(newCompany, null, 2)}`); const createCompanyResponse = await jsonFetch(`https://api.intercom.io/companies`, { headers: { Authorization: `Bearer ${props.accessToken}`, diff --git a/webapps/console/components/PageLayout/WorkspacePageLayout.tsx b/webapps/console/components/PageLayout/WorkspacePageLayout.tsx index ea7da4f7c..c57580045 100644 --- a/webapps/console/components/PageLayout/WorkspacePageLayout.tsx +++ b/webapps/console/components/PageLayout/WorkspacePageLayout.tsx @@ -329,7 +329,9 @@ function Breadcrumbs() { return (