diff --git a/packages/twenty-front/src/pages/settings/accounts/SettingsAccountsCalendars.tsx b/packages/twenty-front/src/pages/settings/accounts/SettingsAccountsCalendars.tsx index 9c823a4f8..234b54540 100644 --- a/packages/twenty-front/src/pages/settings/accounts/SettingsAccountsCalendars.tsx +++ b/packages/twenty-front/src/pages/settings/accounts/SettingsAccountsCalendars.tsx @@ -24,6 +24,7 @@ import { } from '~/generated-metadata/graphql'; export const SettingsAccountsCalendars = () => { + const calendarSettingsEnabled = false; const currentWorkspaceMember = useRecoilValue(currentWorkspaceMemberState); const { records: accounts } = useFindManyRecords({ objectNameSingular: CoreObjectNameSingular.ConnectedAccount, @@ -101,7 +102,7 @@ export const SettingsAccountsCalendars = () => { /> - {!!calendarChannels.length && ( + {!!calendarChannels.length && calendarSettingsEnabled && ( <>